summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-03-24 14:46:28 +0100
committerHelmut Grohne <helmut@subdivi.de>2013-03-24 14:46:28 +0100
commitb9dcb173727fed0c821f4def96cef3b66e1db96e (patch)
treef91225a7081ae20187aa6dfe05ea6900c21318b3
parenta419d7bf4c39e4a9f360fa9c04d2d2950d89987d (diff)
downloadssdeep-b9dcb173727fed0c821f4def96cef3b66e1db96e.tar.gz
fuzzy.h was missing <stdio.h>
Thanks to Niels Thykier.
-rw-r--r--fuzzy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzy.h b/fuzzy.h
index a9ab82a..32602e6 100644
--- a/fuzzy.h
+++ b/fuzzy.h
@@ -21,6 +21,7 @@
*/
#include <stdint.h>
+#include <stdio.h>
#ifdef __cplusplus
extern "C" {