ifdef's for BSD

pull/657/head
Isaac Connor 2015-01-02 17:08:51 -05:00
parent 92e6d940bc
commit e02da8833a
1 changed files with 4 additions and 0 deletions

View File

@ -25,7 +25,11 @@
#include <fcntl.h>
#include <stdarg.h>
//#include <memory.h>
#if defined(BSD)
#include <stdlib.h>
#else
#include <alloca.h>
#endif
//#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/param.h>