summaryrefslogtreecommitdiff
path: root/trafgen.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:52:34 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:53:19 +0200
commit4722d3bac43062a9213a08ed2435b8ef9b426789 (patch)
treefa40f2282cda080bd697b976ae0f6ab89a38a6d4 /trafgen.c
parent23bd5ecbd11766088784507a56e32975b4c755a2 (diff)
privs: move drop_privileges out of xutils
Again, also to be able to maintain this more easily. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen.c')
-rw-r--r--trafgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trafgen.c b/trafgen.c
index c161a1e..628e3be 100644
--- a/trafgen.c
+++ b/trafgen.c
@@ -37,6 +37,7 @@
#include "str.h"
#include "cpus.h"
#include "lockme.h"
+#include "privs.h"
#include "mac80211.h"
#include "xutils.h"
#include "ioops.h"