mirror of
https://github.com/ceph/ceph
synced 2025-03-08 01:10:10 +00:00
buffer: adjust #include order
The pthread.h include is somehow clobbering things, although it is not clear how. :( Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
74f4d57347
commit
7a61cdbfd5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user