chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:59 +0000 (10:12 +0200)
src/basic/siphash24.c

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