Fixed compilation

This commit is contained in:
Deve
2018-03-02 20:29:25 +01:00
parent 4e2863294d
commit 402b2ffb7a
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
# include <sys/ioctl.h>
# include <net/if.h>
# include <string.h>
# include <errno.h>
#endif
// ----------------------------------------------------------------------------

View File

@@ -31,6 +31,7 @@
# include <unistd.h>
# include <signal.h>
# include <sys/wait.h>
# include <errno.h>
#endif
// ----------------------------------------------------------------------------