chiark / gitweb /
missing include added for build with -DDEBUG (#3424)
[elogind.git] / 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"