diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 00:08:47 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 00:08:47 +0200 |
commit | a7422da9eb920e217751f7a34b1aafba27029b52 (patch) | |
tree | 3297dcc2dd2cdfdf8dda1d90c57a3cc013895522 /trafgen.c | |
parent | 9e4cf71371187927a6eb7cc4fe32b67d58a93010 (diff) |
cpus: break out cpu related functions from xutils
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen.c')
-rw-r--r-- | trafgen.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include "xmalloc.h" #include "die.h" #include "str.h" +#include "cpus.h" #include "lockme.h" #include "mac80211.h" #include "xutils.h" |