From 0b65b09f15783b067343f7a2dcf67ae1f1e27dc7 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:02:20 +0200 Subject: proc: move out process specific management functions Move them out of xutils, so that we can maintain them separately. Also simplify things a bit. Signed-off-by: Daniel Borkmann --- trafgen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen.c') diff --git a/trafgen.c b/trafgen.c index 628e3be..e725af8 100644 --- a/trafgen.c +++ b/trafgen.c @@ -38,6 +38,7 @@ #include "cpus.h" #include "lockme.h" #include "privs.h" +#include "proc.h" #include "mac80211.h" #include "xutils.h" #include "ioops.h" -- cgit v1.2.3-54-g00ecf