12 lines
183 B
Diff
12 lines
183 B
Diff
--- 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>
|
|
|