21 lines
443 B
Diff
21 lines
443 B
Diff
|
--- a/dsl_qos_queue.c
|
||
|
+++ b/dsl_qos_queue.c
|
||
|
@@ -12,8 +12,6 @@
|
||
|
// more accurate way to prevent packet queueing in the network
|
||
|
// device (in this case, ADSL modem).
|
||
|
//
|
||
|
-#include <linux/netfilter.h>
|
||
|
-#include <libipq.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <netinet/in.h>
|
||
|
@@ -25,6 +23,8 @@
|
||
|
#include <unistd.h>
|
||
|
#include <syslog.h>
|
||
|
#include <string.h>
|
||
|
+#include <linux/netfilter.h>
|
||
|
+#include <libipq.h>
|
||
|
|
||
|
#include "daemon.h"
|
||
|
|