add sys/types.h to skip warn.

This commit is contained in:
Asbjørn Pettersen 1999-09-24 15:15:17 +00:00
parent 709853e2cc
commit 3ede4b4487
10 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Fri Sep 24 17:09:30 1999 ape@gandalf.spacetec.no (Asbjorn Pettersen)
* plug-ins/common/jpeg.c:
* plug-ins/gflare/gflare.c:
* plug-ins/imagemap/imap_menu.c: Add <sys/types.h> before <sys/stat>
to remove compiler warnings in OS/2.
Fri Sep 24 02:19:05 MEST 1999 Sven Neumann <sven@gimp.org>
* configure.in

View File

@ -112,6 +112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -49,9 +49,9 @@ static char rcsid[] = "$Id$";
#include <math.h>
#include <ctype.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include "gtk/gtk.h"
#include "../../libgimp/gimp.h"

View File

@ -21,6 +21,7 @@
*
*/
#include <sys/types.h>
#include <sys/stat.h>
#include "imap_circle.h"

View File

@ -112,6 +112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -112,6 +112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -112,6 +112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -112,6 +112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -112,6 +112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -112,6 +112,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>