sys/types.g before stat.h

This commit is contained in:
Asbjørn Pettersen 2000-02-25 21:06:52 +00:00
parent e001a72b88
commit bb6c9ad24d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-02-25 Asbjorn Pettersen <asbjornP@dualog.no>
* libgimp/gimpenv.c: <sys/types.h> before <sys/stat.h> to skip warning (OS/2)
Fri Feb 25 19:50:35 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/Lighting/Makefile.am

View File

@ -22,8 +22,8 @@
#include <glib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

View File

@ -22,8 +22,8 @@
#include <glib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif