]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: add missing include
authorSage Weil <sage@newdream.net>
Thu, 22 Oct 2009 19:31:01 +0000 (12:31 -0700)
committerSage Weil <sage@newdream.net>
Thu, 22 Oct 2009 19:31:01 +0000 (12:31 -0700)
src/ceph.cc

index e162d35c2191684e1b23487ca51522b125f81d1f..650fb01cc3621ecea28c1b19de6a36c4c5f0a539 100644 (file)
@@ -28,6 +28,8 @@ using namespace std;
 #include "common/Timer.h"
 #include "common/common_init.h"
 
+#include "auth/KeyServer.h"
+
 #ifndef DARWIN
 #include <envz.h>
 #endif // DARWIN