diff options
Diffstat (limited to 'osnet/BSDRoutingTable.cpp')
-rw-r--r-- | osnet/BSDRoutingTable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osnet/BSDRoutingTable.cpp b/osnet/BSDRoutingTable.cpp index 63dd5cef..bff1d013 100644 --- a/osnet/BSDRoutingTable.cpp +++ b/osnet/BSDRoutingTable.cpp @@ -33,6 +33,8 @@ #include <sys/param.h> #include <sys/sysctl.h> #include <sys/socket.h> +#include <sys/types.h> +#include <sys/wait.h> #include <netinet/in.h> #include <arpa/inet.h> #include <net/route.h> |