FreeBSD compatibility (Dirk Meyer)

This commit is contained in:
leitner
2004-02-26 17:26:30 +00:00
parent 76344d0ee6
commit fbc0865c50
7 changed files with 19 additions and 6 deletions

View File

@@ -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>