add sys/types.h

This commit is contained in:
Asbjørn Pettersen 1999-05-05 12:32:24 +00:00
parent 961db9efca
commit 391bff79df
5 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
Wed May 5 14:29:51 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen)
* app/datafiles.c: Add <sys/types.h>.
* app/patterns.c: <sys/types.h> before <dirent.h>
Wed May 5 12:40:54 MEST 1999 Sven Neumann <sven@gimp.org>
* Makefile.am

View File

@ -23,11 +23,11 @@
#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
#include <sys/types.h>
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif

View File

@ -23,11 +23,11 @@
#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
#include <sys/types.h>
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif

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/types.h>
#include <sys/stat.h>
#include "appenv.h"
#include "colormaps.h"

View File

@ -23,11 +23,11 @@
#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
#include <sys/types.h>
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif