]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kv/MemDB: fix compilation on OSX 9371/head
authorYan, Zheng <zyan@redhat.com>
Mon, 18 Jul 2016 06:56:00 +0000 (14:56 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 18 Jul 2016 07:09:32 +0000 (15:09 +0800)
Include "include/compat.h" for TEMP_FAILURE_RETRY

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/kv/MemDB.cc

index d02f7043b5ec5be6c2cf96830f556696f7230d0d..28c54645de3e302627de411823f7f4713897f82d 100644 (file)
@@ -5,6 +5,7 @@
  * Author: Ramesh Chander, Ramesh.Chander@sandisk.com
  */
 
+#include "include/compat.h"
 #include <set>
 #include <map>
 #include <string>