mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Protect the unistd.h include by HAVE_UNISTD_H.
2004-09-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystemunix.c: * gtk/gtkfilechooserbutton.c: Protect the unistd.h include by HAVE_UNISTD_H.
This commit is contained in:
parent
7fdd482866
commit
951e6a1eb9
@ -1,3 +1,9 @@
|
||||
2004-09-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c:
|
||||
* gtk/gtkfilechooserbutton.c: Protect the unistd.h include
|
||||
by HAVE_UNISTD_H.
|
||||
|
||||
Wed Sep 1 02:38:48 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Make
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c:
|
||||
* gtk/gtkfilechooserbutton.c: Protect the unistd.h include
|
||||
by HAVE_UNISTD_H.
|
||||
|
||||
Wed Sep 1 02:38:48 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Make
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c:
|
||||
* gtk/gtkfilechooserbutton.c: Protect the unistd.h include
|
||||
by HAVE_UNISTD_H.
|
||||
|
||||
Wed Sep 1 02:38:48 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Make
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c:
|
||||
* gtk/gtkfilechooserbutton.c: Protect the unistd.h include
|
||||
by HAVE_UNISTD_H.
|
||||
|
||||
Wed Sep 1 02:38:48 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Make
|
||||
|
@ -24,7 +24,9 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -35,7 +35,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user