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