Changeset 2530 for zzuf/trunk/src/zzuf.c
- Timestamp:
- Jul 15, 2008, 11:34:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r2525 r2530 19 19 #include "config.h" 20 20 21 /* Needed for STDERR_FILENO on HP-UX */ 22 #define _INCLUDE_POSIX_SOURCE 23 21 24 #if defined HAVE_STDINT_H 22 25 # include <stdint.h> … … 50 53 #include <errno.h> 51 54 #include <signal.h> 55 #if defined HAVE_SYS_TIME_H 56 # include <sys/time.h> 57 #endif 52 58 #if defined HAVE_SYS_WAIT_H 53 59 # include <sys/wait.h>
Note: See TracChangeset
for help on using the changeset viewer.