added have_types_h

This commit is contained in:
Dave Schuyler 2004-07-07 04:03:12 +00:00
parent 4c3ec477e3
commit 5f59746382

View File

@ -92,6 +92,14 @@
#define _LARGEFILE_SOURCE 1
#endif
#ifdef HAVE_TYPES_H
#include <types.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
@ -120,10 +128,6 @@
#include <minmax.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif