rnd-20001203-5-src
[rocksndiamonds.git] / src / libgame / pcx.c
index b075940c8447a0a273938c63cb0ce5ddc325b6ad..6763edd3835d6e18a87993c8489cd08e24cb252a 100644 (file)
 
 #ifndef TARGET_SDL
 
+#include <stdio.h>
+
 #include "pcx.h"
-#include "image.h"
 #include "misc.h"
 
+
 #define PCX_DEBUG              FALSE
 
 #define PCX_MAGIC              0x0a    /* first byte in a PCX image file    */