FreeBSD compatibility (Dirk Meyer)
This commit is contained in:
@@ -14,8 +14,13 @@
|
||||
#ifdef STANDALONE
|
||||
#include "socket.h"
|
||||
#include "ip6.h"
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#else
|
||||
#include <wait.h>
|
||||
#endif
|
||||
#endif
|
||||
#include "case.h"
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user