mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
added have_types_h
This commit is contained in:
parent
4c3ec477e3
commit
5f59746382
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user