From: Dennis Schafroth Date: Tue, 30 Jun 2015 17:49:04 +0000 (+0200) Subject: msg/async: Include porting.h for MSG_* X-Git-Tag: v9.1.0~259^2~49 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15f8363db3e27987a07592c940dcc9a40f8ee2d9;p=ceph.git msg/async: Include porting.h for MSG_* Signed-off-by: Dennis Schafroth --- diff --git a/src/msg/async/AsyncConnection.cc b/src/msg/async/AsyncConnection.cc index 36a19f80cccc..a8a47e568dca 100644 --- a/src/msg/async/AsyncConnection.cc +++ b/src/msg/async/AsyncConnection.cc @@ -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