summaryrefslogtreecommitdiffstats
path: root/src/mgr/StandbyPyModules.cc
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2018-07-05 08:51:21 +0200
committerKefu Chai <kchai@redhat.com>2018-07-12 11:54:45 +0200
commitabca98058926f8a97af274ab990bf5ae4475c0cf (patch)
tree40e07ca5ea9f75f900f3addc0e3080addef632ed /src/mgr/StandbyPyModules.cc
parentseastar: pick up fixes to address build failures (diff)
downloadceph-abca98058926f8a97af274ab990bf5ae4475c0cf.tar.xz
ceph-abca98058926f8a97af274ab990bf5ae4475c0cf.zip
common: extract SubProcess impl into .cc
cleanup the header dependencies and speed-up the compiling Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/mgr/StandbyPyModules.cc')
-rw-r--r--src/mgr/StandbyPyModules.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mgr/StandbyPyModules.cc b/src/mgr/StandbyPyModules.cc
index 4909c5d9d1d..60fe4a01747 100644
--- a/src/mgr/StandbyPyModules.cc
+++ b/src/mgr/StandbyPyModules.cc
@@ -14,6 +14,7 @@
#include "StandbyPyModules.h"
#include "common/debug.h"
+#include "common/errno.h"
#include "mgr/MgrContext.h"
#include "mgr/Gil.h"