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:
Sage Weil 2014-04-18 17:33:52 -07:00
parent 74f4d57347
commit 7a61cdbfd5

View 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>