]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Preforker: include acconfig so includers don't have to
authorJosh Durgin <jdurgin@redhat.com>
Sat, 2 May 2015 03:26:34 +0000 (20:26 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Sat, 2 May 2015 03:26:34 +0000 (20:26 -0700)
Fixes build of systests

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/common/Preforker.h

index 4b182389afc4c5373d2f8099bf34c929e78e728b..ea64f6e764b6d4b9082c0abfc00492c8e412bf15 100644 (file)
@@ -3,6 +3,7 @@
 #ifndef CEPH_COMMON_PREFORKER_H
 #define CEPH_COMMON_PREFORKER_H
 
+#include "acconfig.h"
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/wait.h>