summaryrefslogtreecommitdiff
blob: 3fb6a36ae50b2aed5579665d9bed430ddc8982bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- shaper/shapecfg.c.glibc	Tue Sep 29 20:24:02 1998
+++ shaper/shapecfg.c	Tue Sep 29 20:29:27 1998
@@ -3,9 +3,9 @@
 #include <stdlib.h>
 #include <linux/types.h>
 #include <netinet/in.h>
-#include <linux/if.h>
-#include <linux/if_shaper.h>
-#include <linux/sockios.h>
+#include <net/if.h>
+#include <net/if_shaper.h>
+#include <sys/ioctl.h>
 
 void usage(char *name)
 {