summaryrefslogtreecommitdiff
blob: 16d8b53b6a3ff60f34d33a47e521d9b5b761656d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- angst.h
+++ b/angst.h
@@ -8,7 +8,9 @@
 
 #include <stdarg.h>
 #include <sys/param.h>
+#ifndef LINUX
 #include <sys/sysctl.h>
+#endif
 #include <libnet-1.0.h>
 #include <pcap.h>