]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
include stdio in order to fix snprintf compilation error 3/head 4/head
authorAlexey Lapitsky <lex@realisticgroup.com>
Fri, 28 Oct 2011 13:37:09 +0000 (15:37 +0200)
committerAlexey Lapitsky <lex@realisticgroup.com>
Fri, 28 Oct 2011 13:46:17 +0000 (15:46 +0200)
Signed-off-by: Alexey Lapitsky <lex@realisticgroup.com>
src/include/buffer.h

index 2e445d00039fea938250ab0e3e9c0c5722d0e939..5088540f3f0676734b4cd6dfdc7217f024da1311 100644 (file)
@@ -22,6 +22,8 @@
 #endif
 
 #include <stdlib.h>
+#include <stdio.h>
+
 #ifdef DARWIN
 
 #ifndef MAP_ANON