From 2594274fe69d4ad6cb9396f917d0d07141ce149d Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Thu, 16 Aug 2012 11:36:28 +0200 Subject: [PATCH] include stdio.h in exec.c for snprintf... --- exec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exec.c b/exec.c index b957a83..94e32a4 100644 --- a/exec.c +++ b/exec.c @@ -1,4 +1,5 @@ #include +#include #include #include -- 2.39.2