Changeset 2565 for zzuf/trunk/src/lib-mem.c
- Timestamp:
- Jul 18, 2008, 11:28:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/lib-mem.c
r2556 r2565 23 23 /* Need this for MAP_ANON and valloc() on FreeBSD (together with cdefs.h) */ 24 24 #define _BSD_SOURCE 25 #if defined HAVE_SYS_CDEFS_H 26 # include <sys/cdefs.h> 27 #endif 25 28 /* Use this to get mmap64() on glibc systems */ 26 29 #define _LARGEFILE64_SOURCE … … 46 49 #include <signal.h> 47 50 48 #if defined HAVE_SYS_CDEFS_H49 # include <sys/cdefs.h>50 #endif51 51 #if defined HAVE_MALLOC_H 52 52 # include <malloc.h>
Note: See TracChangeset
for help on using the changeset viewer.