diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index bd4b80c..a2981c4 100644 --- a/src/common.h +++ b/src/common.h @@ -36,7 +36,7 @@ #include <string> #include <vector> #include <sstream> -#include <cstdio> +#include <stdio.h> extern int verbose; |