]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: Include porting header
authorDennis Schafroth <dennis@schafroth.dk>
Tue, 30 Jun 2015 18:07:32 +0000 (20:07 +0200)
committerKefu Chai <kchai@redhat.com>
Mon, 31 Aug 2015 07:35:56 +0000 (15:35 +0800)
Signed-off-by: Dennis Schafroth <dennis@schafroth.com>
src/librbd/AsyncRequest.h

index 7324a224a5d037c9f740104b1b693fdb1f8dd002..b6594bf8898e4bdeb2f3c82d14729e1d3d29a958 100644 (file)
@@ -8,6 +8,9 @@
 #include "include/rados/librados.hpp"
 #include "include/xlist.h"
 
+/* DARWIN Missing ERESTART */
+#include "porting.h"
+
 namespace librbd {
 
 class ImageCtx;