[packages] cups: change user:group from root:root to nobody:nogroup (closes: #7180...
[openwrt/svn-archive/archive.git] / net / dsl-qos-queue / patches / 002-include.patch
1 --- a/dsl_qos_queue.c
2 +++ b/dsl_qos_queue.c
3 @@ -12,8 +12,6 @@
4 // more accurate way to prevent packet queueing in the network
5 // device (in this case, ADSL modem).
6 //
7 -#include <linux/netfilter.h>
8 -#include <libipq.h>
9 #include <stdio.h>
10 #include <stdlib.h>
11 #include <netinet/in.h>
12 @@ -25,6 +23,8 @@
13 #include <unistd.h>
14 #include <syslog.h>
15 #include <string.h>
16 +#include <linux/netfilter.h>
17 +#include <libipq.h>
18
19 #include "daemon.h"
20