update.
[chise/xemacs-chise.git.1] / src / gif_io.c
index ddbfb16..b2cabb3 100644 (file)
@@ -1,8 +1,13 @@
+#include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include "gifrlib.h"
+#include "sysfile.h"
 
 /******************************************************************************
 * Set up the GifFileType structure for use.  This must be called first in any *