mirror of https://github.com/GNOME/gimp.git
sys/types.g before stat.h
This commit is contained in:
parent
e001a72b88
commit
bb6c9ad24d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue