From 9b8dc1ba7f9af194a19f7cd1c34bfa051250cc18 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 17 Dec 2013 16:12:18 +0000 Subject: missing stdarg.h include --- xmalloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xmalloc.c b/xmalloc.c index 0480c73..0f1d6f3 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -23,6 +23,7 @@ #include #include +#include #include #include #include -- cgit 1.4.1