pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:296:
#include <devices/timer.h> #endif #include <stdio.h> #include <stdarg.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif
-
#ifdef HAVE_STDDEF_H
+
#include <stddef.h>
-
#endif
+
#ifdef HAVE_MALLOC_H #if !defined(__FreeBSD__) && !defined(__OpenBSD__) /* FreeBSD and OpenBSD has <malloc.h>, but it just contains a warning... */ #include <malloc.h> #endif /* !__FreeBSD__ && !__OpenBSD */ #endif #ifdef HAVE_UNISTD_H #include <unistd.h>