pike.git/src/global.h:293: Inside #if defined(HAVE_DEVICES_TIMER_H)
/* On AmigaOS, struct timeval is defined in a variety of places
and a variety of ways. Making sure <devices/timer.h> is included
first brings some amount of order to the chaos. */
#include <devices/timer.h>
#endif
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stddef.h>
+ #include <string.h>
+ #include <limits.h>
+ #include <float.h>
#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>
#endif
- #include <string.h>
- #include <limits.h>
-
+
#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
- #include <float.h>
-
+
/* Get INT64, INT32, INT16, INT8, et al. */
#include "pike_int_types.h"
#define SIZE_T unsigned INT32
#define TYPE_T unsigned int
#define TYPE_FIELD unsigned INT16
#define B1_T char