r123 - trunk/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jul 10 06:09:34 EDT 2005


Author: jonas
Date: 2005-07-10 06:09:34 -0400 (Sun, 10 Jul 2005)
New Revision: 123

Modified:
   trunk/tools/lvl2magick.c
Log:
we need a va_list for ImageMagick...

Modified: trunk/tools/lvl2magick.c
===================================================================
--- trunk/tools/lvl2magick.c	2005-07-10 10:01:26 UTC (rev 122)
+++ trunk/tools/lvl2magick.c	2005-07-10 10:09:34 UTC (rev 123)
@@ -13,6 +13,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdarg.h>
 #include <magick/api.h>
 
 #define EXIT(a) { errno=(a); goto end; }




More information about the lostpenguins-commits mailing list