mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
buffer: change #include order
huangjun <hjwsm1989@gmail.com> reports that this fixes the compilation on CentOS5. Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
6cbe0f021f
commit
b2515b9e0b
@ -16,17 +16,18 @@
|
||||
#define CEPH_BUFFER_H
|
||||
|
||||
#if defined(__linux__)
|
||||
#include <stdlib.h>
|
||||
#include <linux/types.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <sys/types.h>
|
||||
#include "include/inttypes.h"
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifndef _XOPEN_SOURCE
|
||||
# define _XOPEN_SOURCE 600
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef DARWIN
|
||||
|
Loading…
Reference in New Issue
Block a user