ifdef's for BSD
parent
92e6d940bc
commit
e02da8833a
|
@ -25,7 +25,11 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
//#include <memory.h>
|
//#include <memory.h>
|
||||||
|
#if defined(BSD)
|
||||||
|
#include <stdlib.h>
|
||||||
|
#else
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
#endif
|
||||||
//#include <unistd.h>
|
//#include <unistd.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
Loading…
Reference in New Issue