Add <sys/types.h>

This commit is contained in:
Asbjørn Pettersen 1999-04-22 06:50:29 +00:00
parent 595f1ea08a
commit 2bd871d7b4
4 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Apr 22 08:47:50 1999 ape@.spacetec.no (Asbjorn Pettersen)
* libgimp/gimpfileselection.c: Add #include <sys/types.h> for OS/2 v.
Wed Apr 21 00:36:03 BST 1999 Austin Donnelly <austin@gimp.org>
* app/menus.c: only add file to the 'recently opened' list if

View File

@ -21,6 +21,7 @@
*/
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -21,6 +21,7 @@
*/
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -21,6 +21,7 @@
*/
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>