pike.git/src/global.h:341: Inside #if defined(HAVE_MALLOC_H) and #if !defined(__FreeBSD__) && !defined(__OpenBSD__)
#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>
#endif
- #ifdef HAVE_SYS_TYPES_H
+
#include <sys/types.h>
- #endif
+
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif
#ifdef HAVE_WINDOWS_H
#include <windows.h>
#endif
/* Get INT64, INT32, INT16, INT8, et al. */