add <sys/types.h>

This commit is contained in:
Asbjørn Pettersen 1999-04-23 15:20:10 +00:00
parent f3c85b0175
commit 020a39a9a5
11 changed files with 19 additions and 3 deletions

View file

@ -1,3 +1,12 @@
Fri Apr 23 17:11:42 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen)
* app/temp_buf.c:
* app/patterns.c:
* app/palette_select.c:
* app/palette.c:
* app/general.c:
* app/errorconsole.c: Add <sys/types.h>
1999-04-23 Michael Natterer <mitschel@cs.tu-berlin.de>
* app/brush_select.[ch]

View file

@ -25,6 +25,7 @@
#include <unistd.h>
#endif
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef _MSC_VER

View file

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif

View file

@ -19,6 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <glib.h>

View file

@ -25,6 +25,7 @@
#include <unistd.h>
#endif
#ifdef HAVE_DIRENT_H
#include <sys/types.h>
#include <dirent.h>
#endif
#include <sys/stat.h>

View file

@ -25,8 +25,8 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "appenv.h"
#include "actionarea.h"

View file

@ -25,6 +25,7 @@
#include <unistd.h>
#endif
#ifdef HAVE_DIRENT_H
#include <sys/types.h>
#include <dirent.h>
#endif
#include <sys/stat.h>

View file

@ -25,8 +25,8 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "appenv.h"
#include "actionarea.h"

View file

@ -27,8 +27,8 @@
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "appenv.h"
#include "colormaps.h"

View file

@ -25,6 +25,7 @@
#include <unistd.h>
#endif
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef _MSC_VER

View file

@ -25,6 +25,7 @@
#include <unistd.h>
#endif
#ifdef HAVE_DIRENT_H
#include <sys/types.h>
#include <dirent.h>
#endif
#include <sys/stat.h>