Mercurial > hg > xemacs-beta
comparison src/gif_io.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
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 * |