warning--. ppl been removing headers eh?

SVN revision: 56183
This commit is contained in:
Carsten Haitzler 2011-01-16 08:08:13 +00:00
parent 0f33f9be05
commit 3613caf8a5
3 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <gif_lib.h>

View File

@ -7,6 +7,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
#ifdef HAVE_EVIL
# include <Evil.h>

View File

@ -2,7 +2,9 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <tiffio.h>
#ifdef HAVE_EVIL