From: Daniel Carl Date: Sat, 3 May 2014 13:23:35 +0000 (+0200) Subject: Added missed stdio.h header (#76). X-Git-Url: https://git.owens.tech/git.owens.tech/git.owens.tech/git?a=commitdiff_plain;h=b756ad71190855b112272f42c72a163fafa06643;p=vimb.git Added missed stdio.h header (#76). --- diff --git a/src/main.c b/src/main.c index 6149d5d..bc6edc1 100644 --- a/src/main.c +++ b/src/main.c @@ -18,6 +18,7 @@ */ #include "config.h" +#include #include #include "main.h" #include "util.h"