mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +01:00
Include sys/time.h. (#505258)
2007-12-24 Matthias Clasen <mclasen@redhat.com> * glib/gtestutils.c: Include sys/time.h. (#505258) svn path=/trunk/; revision=6201
This commit is contained in:
parent
c58f339401
commit
b7a377a486
@ -1,3 +1,7 @@
|
||||
2007-12-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gtestutils.c: Include sys/time.h. (#505258)
|
||||
|
||||
2007-12-22 Mathias Hasselmann <mathias@openismus.com>
|
||||
|
||||
Do not show empty groups in --help output. Initial patch from Yevgen
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <sys/types.h>
|
||||
#ifdef G_OS_UNIX
|
||||
#include <sys/wait.h>
|
||||
#include <sys/time.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user