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:
Matthias Clasen 2007-12-25 02:28:18 +00:00 committed by Matthias Clasen
parent c58f339401
commit b7a377a486
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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>