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:
20
net/dsl-qos-queue/patches/002-include.patch
Normal file
20
net/dsl-qos-queue/patches/002-include.patch
Normal 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"
|
||||
|
Reference in New Issue
Block a user