Changeset 1727
- Timestamp:
- Feb 1, 2007, 4:57:10 PM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/configure.ac
r1726 r1727 28 28 AC_SUBST(DLL_LDFLAGS) 29 29 30 AC_CHECK_HEADERS(windows.h winsock2.h io.h inttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/socket.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h )30 AC_CHECK_HEADERS(windows.h winsock2.h io.h inttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/socket.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h sys/time.h) 31 31 32 32 AC_CHECK_FUNCS(setenv waitpid setrlimit gettimeofday fork kill pipe _pipe) -
zzuf/trunk/src/timer.c
r1702 r1727 27 27 # include <windows.h> 28 28 #endif 29 #if defined HAVE_SYS_TIME_H 30 # include <sys/time.h> 31 #endif 29 32 #include <stdio.h> 30 #include <sys/time.h>31 33 #include <time.h> 32 34 -
zzuf/trunk/src/zzuf.c
r1720 r1727 49 49 # include <sys/wait.h> 50 50 #endif 51 #include <sys/time.h>52 51 #if defined HAVE_SYS_RESOURCE_H 53 52 # include <sys/resource.h>
Note: See TracChangeset
for help on using the changeset viewer.