diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-03-24 14:46:28 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-03-24 14:46:28 +0100 |
commit | b9dcb173727fed0c821f4def96cef3b66e1db96e (patch) | |
tree | f91225a7081ae20187aa6dfe05ea6900c21318b3 | |
parent | a419d7bf4c39e4a9f360fa9c04d2d2950d89987d (diff) | |
download | ssdeep-b9dcb173727fed0c821f4def96cef3b66e1db96e.tar.gz |
fuzzy.h was missing <stdio.h>
Thanks to Niels Thykier.
-rw-r--r-- | fuzzy.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ */ #include <stdint.h> +#include <stdio.h> #ifdef __cplusplus extern "C" { |