sys/types.h before sys/stat.h

This commit is contained in:
Asbjørn Pettersen 1999-04-23 09:39:51 +00:00
parent 91048780fe
commit 7499e231b3
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
Fri Apr 23 08:31:50 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen)
* app/gimpbrushlist.c: <sys/types.h> before <sys/stat.h>
* plug-ins/lic/lic.c: MAIN at the end of file.
* plug-ins/despeckle/despeckle.c:
* plug-ins/destripe/destripe.c:

View file

@ -21,14 +21,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <math.h>
#include "appenv.h"