pike.git/src/global.h:291: Inside #if defined(HAVE_DEVICES_TIMER_H)
#ifdef 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>
-
- #ifdef HAVE_STDLIB_H
+
#include <stdlib.h>
- #endif
-
+
#include <stddef.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