summaryrefslogtreecommitdiff
path: root/ct_server.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:08:47 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:08:47 +0200
commita7422da9eb920e217751f7a34b1aafba27029b52 (patch)
tree3297dcc2dd2cdfdf8dda1d90c57a3cc013895522 /ct_server.c
parent9e4cf71371187927a6eb7cc4fe32b67d58a93010 (diff)
cpus: break out cpu related functions from xutils
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ct_server.c')
-rw-r--r--ct_server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ct_server.c b/ct_server.c
index 045472e..7c23b52 100644
--- a/ct_server.c
+++ b/ct_server.c
@@ -34,6 +34,7 @@
#include "xmalloc.h"
#include "curvetun.h"
#include "curve.h"
+#include "cpus.h"
#include "built_in.h"
#include "ct_usermgmt.h"
#include "cpusched.h"