diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:55:28 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:55:28 +0200 |
commit | 83ef345503943cc6f7c2f02381f71113601e8261 (patch) | |
tree | c86227397301650996a2b2db5d4b75b8ad33f7d1 /trafgen.c | |
parent | 7bd73747fff54cf51642dbbf042c621e59a2c005 (diff) |
xutils: eliminate xutils, move rest to epoll2
Finally eliminate xutils.{c,h} and move the rest to epoll2.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen.c')
-rw-r--r-- | trafgen.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ #include <getopt.h> #include <ctype.h> #include <stdbool.h> +#include <sched.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/fsuid.h> @@ -21,6 +22,7 @@ #include <netinet/in.h> #include <netinet/ip.h> #include <linux/icmp.h> +#include <linux/if.h> #include <arpa/inet.h> #include <signal.h> #include <stdint.h> @@ -42,7 +44,6 @@ #include "privs.h" #include "proc.h" #include "mac80211.h" -#include "xutils.h" #include "ioops.h" #include "irq.h" #include "built_in.h" |