Include missing stdlib.h needed for size_t.

Signed-off-by: Danny Al-Gaaf <[email protected]>
---
 src/include/atomic.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/atomic.h b/src/include/atomic.h
index 0c22b26..3ecbd28 100644
--- a/src/include/atomic.h
+++ b/src/include/atomic.h
@@ -20,6 +20,8 @@
 # include "acconfig.h"
 #endif
 
+#include <stdlib.h>
+
 #ifndef NO_ATOMIC_OPS
 
 // libatomic_ops implementation
-- 
1.8.0.1

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to