Skip to content
Snippets Groups Projects
Commit a27c3c44 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Add missing include.

parent d2dc6539
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
#include <string.h> #include <string.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/socket.h> #include <sys/socket.h>
#if defined(__FreeBSD__)
#include <sys/sysctl.h>
#endif
#include <sys/times.h> #include <sys/times.h>
#include <unistd.h> #include <unistd.h>
#include "ip.h" #include "ip.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment