dsl-qos-queue: fix compile errors

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16181 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-05-29 12:01:14 +00:00
parent 179e894702
commit f974fdab0b
3 changed files with 26 additions and 7 deletions

View File

@ -0,0 +1,20 @@
--- 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"