]> git.ozlabs.org Git - ccan/commitdiff
pr_log: Fix a warning building under clang
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Mon, 22 Aug 2016 13:09:28 +0000 (01:09 +1200)
committerJon Griffiths <jon_p_griffiths@yahoo.com>
Wed, 24 Aug 2016 06:52:29 +0000 (18:52 +1200)
Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
ccan/pr_log/_info

index 7f4feb646508d8e0c43483a310141ac872679731..22ccdfc4a509ed911dc5c914ca8b0c2e7d490a53 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>
 #include <string.h>
+#include <stdio.h>
 #include "config.h"
 
 /**
 #include "config.h"
 
 /**