TPT: Fix includes for OSX and BSD a75da2c4c3
This commit is contained in:
parent
573035ac10
commit
117b1fb5c4
@ -23,8 +23,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if !defined(MACOSX) && !defined(BSD)
|
||||
#ifndef WIN32
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#if !defined(MACOSX) && !defined(BSD)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
Reference in New Issue
Block a user