Software /
code /
prosody
Comparison
util-src/signal.c @ 3283:4a1a87254852
util.signal: Removed #include <sys/param.h>, as it appears unnecessary.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 20 Jun 2010 04:01:25 +0500 |
parent | 3282:8ef3beed0779 |
child | 3284:867d6413fe0a |
comparison
equal
deleted
inserted
replaced
3282:8ef3beed0779 | 3283:4a1a87254852 |
---|---|
26 * OTHER DEALINGS IN THE SOFTWARE. | 26 * OTHER DEALINGS IN THE SOFTWARE. |
27 */ | 27 */ |
28 | 28 |
29 #include <signal.h> | 29 #include <signal.h> |
30 #include <stdlib.h> | 30 #include <stdlib.h> |
31 | |
32 #if defined(__unix__) || defined(__APPLE__) | |
33 #include <sys/param.h> | |
34 #endif | |
35 | 31 |
36 #include "lua.h" | 32 #include "lua.h" |
37 #include "lauxlib.h" | 33 #include "lauxlib.h" |
38 | 34 |
39 #ifndef lsig | 35 #ifndef lsig |