Comparison

util-src/pposix.c @ 5451:941ad88db8f3

mod_posix, util.pposix: Bump version for API change
author Matthew Wild <mwild1@gmail.com>
date Mon, 08 Apr 2013 16:57:59 +0100
parent 5449:35a271b4b920
child 5717:bf98912a4f5b
child 5719:84025249fc04
comparison
equal deleted inserted replaced
5450:cc83b1a50fde 5451:941ad88db8f3
11 /* 11 /*
12 * pposix.c 12 * pposix.c
13 * POSIX support functions for Lua 13 * POSIX support functions for Lua
14 */ 14 */
15 15
16 #define MODULE_VERSION "0.3.5" 16 #define MODULE_VERSION "0.3.6"
17 17
18 #include <stdlib.h> 18 #include <stdlib.h>
19 #include <math.h> 19 #include <math.h>
20 #include <unistd.h> 20 #include <unistd.h>
21 #include <libgen.h> 21 #include <libgen.h>