Add include <sys/types.h> for OS/2

This commit is contained in:
Asbjørn Pettersen 1999-05-24 19:18:03 +00:00
parent 0c627c00be
commit 942728ab90
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon May 24 21:16:14 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen)
* plug-ins/faxg3/faxg3.c:
* plug-ins/faxg3/g3.c: Add include <sys/types.h> for OS/2
Sun May 23 14:13:03 BST 1999 Adam D. Moss <adam@gimp.org>
* plug-ins/threshold_alpha/threshold_alpha.c: Added

View File

@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>

View File

@ -2,6 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>