From 5c32bc6bc832455d5f1ad6e4d83796f5734831c4 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 17 Apr 2008 20:40:53 +0000 Subject: [PATCH] include stdarg.h for va_start/va_end git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1109 7f574dfc-610e-0410-a909-a81674777703 --- src/conky.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conky.c b/src/conky.c index a8c5a476..718b9617 100644 --- a/src/conky.c +++ b/src/conky.c @@ -28,6 +28,7 @@ #include "conky.h" #include #include +#include #include #include #include