Added missed stdio.h header (#76).
authorDaniel Carl <danielcarl@gmx.de>
Sat, 3 May 2014 13:23:35 +0000 (15:23 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 3 May 2014 13:23:35 +0000 (15:23 +0200)
src/main.c

index 6149d5d..bc6edc1 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "config.h"
+#include <stdio.h>
 #include <sys/stat.h>
 #include "main.h"
 #include "util.h"