]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
include stdio.h in exec.c for snprintf...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 16 Aug 2012 09:36:28 +0000 (11:36 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 16 Aug 2012 09:36:28 +0000 (11:36 +0200)
exec.c

diff --git a/exec.c b/exec.c
index b957a83a8722401f76a7e8f723e13f36661844f6..94e32a4a61ea760afb006fd327fa37fefa69da0f 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,4 +1,5 @@
 #include <errno.h>
+#include <stdio.h>
 #include <string.h>
 #include <stdarg.h>