missing include added for build with -DDEBUG (#3424)
authorTobias Jungel <Tobias.Jungel@gmail.com>
Fri, 3 Jun 2016 10:33:12 +0000 (12:33 +0200)
committerDaniel Mack <github@zonque.org>
Fri, 3 Jun 2016 10:33:12 +0000 (12:33 +0200)
src/basic/siphash24.c

index 060e8ba..8c1cdc3 100644 (file)
@@ -17,6 +17,8 @@
     coding style)
 */
 
+#include <stdio.h>
+
 #include "macro.h"
 #include "siphash24.h"
 #include "unaligned.h"