OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | --- gcal-3.6/lib/spawn.in.h 2010-03-22 13:31:49.000000000 +0100 |
| 2 | +++ gcal-3.6a/lib/spawn.in.h 2010-10-30 16:57:51.000000000 +0200 |
| 3 | @@ -24,6 +24,11 @@ |
| 4 | /* The include_next requires a split double-inclusion guard. */ |
| 5 | #if @HAVE_SPAWN_H@ |
| 6 | # @INCLUDE_NEXT@ @NEXT_SPAWN_H@ |
| 7 | +#else |
| 8 | +/* At least the sched.h and the signal.h are required |
| 9 | + from gcal or glibc */ |
| 10 | +#include <sched.h> |
| 11 | +#include <signal.h> |
| 12 | #endif |
| 13 | |
| 14 | #ifndef _GL_SPAWN_H |
| 15 | |
| 16 | |
| 17 |
