rnd-20020427-2-src
[rocksndiamonds.git] / src / libgame / types.h
index 56a6d0070e913f6217023af60eb37f8a24a213e7..5a1df5bd30fbc6f10c1269ebd8f9724e7bfc5242 100644 (file)
 #ifndef TYPES_H
 #define TYPES_H
 
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <sys/types.h>
+
 typedef unsigned char boolean;
 typedef unsigned char byte;