]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async: Include porting.h for MSG_*
authorDennis Schafroth <dennis@schafroth.dk>
Tue, 30 Jun 2015 17:49:04 +0000 (19:49 +0200)
committerKefu Chai <kchai@redhat.com>
Mon, 31 Aug 2015 07:35:55 +0000 (15:35 +0800)
Signed-off-by: Dennis Schafroth <dennis@schafroth.com>
src/msg/async/AsyncConnection.cc

index 36a19f80cccce4a2be343e8a57a8a17dc8f1a04d..a8a47e568dca1e53381d793403ff9057226c7cc3 100644 (file)
@@ -23,6 +23,8 @@
 #include "AsyncMessenger.h"
 #include "AsyncConnection.h"
 
+#include "porting.h"
+
 // Constant to limit starting sequence number to 2^31.  Nothing special about it, just a big number.  PLR
 #define SEQ_MASK  0x7fffffff