fixed multiple GCC warnings on Ubuntu 11.04
This commit is contained in:
3
3rdparty/libtiff/tif_unix.c
vendored
3
3rdparty/libtiff/tif_unix.c
vendored
@@ -36,9 +36,10 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#if defined HAVE_UNISTD_H || defined __linux__
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user