Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
3ede4b44
Commit
3ede4b44
authored
Sep 24, 1999
by
Asbjørn Pettersen
Browse files
add sys/types.h to skip warn.
parent
709853e2
Changes
10
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3ede4b44
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
...
...
plug-ins/common/jpeg.c
View file @
3ede4b44
...
...
@@ -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>
...
...
plug-ins/gflare/gflare.c
View file @
3ede4b44
...
...
@@ -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"
...
...
plug-ins/imagemap/imap_menu.c
View file @
3ede4b44
...
...
@@ -21,6 +21,7 @@
*
*/
#include
<sys/types.h>
#include
<sys/stat.h>
#include
"imap_circle.h"
...
...
plug-ins/jpeg/jpeg-load.c
View file @
3ede4b44
...
...
@@ -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>
...
...
plug-ins/jpeg/jpeg-load.h
View file @
3ede4b44
...
...
@@ -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>
...
...
plug-ins/jpeg/jpeg-save.c
View file @
3ede4b44
...
...
@@ -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>
...
...
plug-ins/jpeg/jpeg-save.h
View file @
3ede4b44
...
...
@@ -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>
...
...
plug-ins/jpeg/jpeg.c
View file @
3ede4b44
...
...
@@ -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>
...
...
plug-ins/jpeg/jpeg.h
View file @
3ede4b44
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment