rnd-20020803-1-src
[rocksndiamonds.git] / src / libgame / types.h
index 34bc8e4aa48d1305c43d4cb5d084560eb636f2ab..2ee05af0c7e961cbe16555889488fb1f7d708712 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Artsoft Retro-Game Library                               *
 *----------------------------------------------------------*
-* (c) 1994-2001 Artsoft Entertainment                      *
+* (c) 1994-2002 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
@@ -16,6 +16,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdarg.h>
 #include <sys/types.h>
 
 typedef unsigned char boolean;