comparison src/gif_io.c @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children b39c14581166
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
1 #include <config.h>
2
1 #include <stdio.h> 3 #include <stdio.h>
2 #include <stdlib.h> 4 #include <stdlib.h>
3 #include <string.h> 5 #include <string.h>
6 #ifdef HAVE_UNISTD_H
4 #include <unistd.h> 7 #include <unistd.h>
8 #endif
5 #include "gifrlib.h" 9 #include "gifrlib.h"
6 #include "sysfile.h" 10 #include "sysfile.h"
7 11
8 /****************************************************************************** 12 /******************************************************************************
9 * Set up the GifFileType structure for use. This must be called first in any * 13 * Set up the GifFileType structure for use. This must be called first in any *