]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
buffer: adjust #include order
authorSage Weil <sage@inktank.com>
Sat, 19 Apr 2014 00:33:52 +0000 (17:33 -0700)
committerSage Weil <sage@inktank.com>
Sat, 19 Apr 2014 00:33:52 +0000 (17:33 -0700)
The pthread.h include is somehow clobbering things, although it is not
clear how.  :(

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/buffer.cc

index e7212f24a62afe324721cc83fe7ebf587c7f4fa6..35c5d3605c481d03aa6e5010212f5b4451c4592d 100644 (file)
@@ -20,9 +20,9 @@
 #include "common/simple_spin.h"
 #include "common/strtol.h"
 #include "include/atomic.h"
+#include "common/Mutex.h"
 #include "include/types.h"
 #include "include/compat.h"
-#include "common/Mutex.h"
 
 #include <errno.h>
 #include <fstream>