GNOME Bugzilla – Bug 632577
gtimer.c: sys/time.h include error
Last modified: 2011-01-30 07:29:57 UTC
Created attachment 172742 [details] [review] patch for gtimer.c sys/time.h is included unconditionally. "#include <sys/time.h>" should be surrounded by "#ifdef HAVE_SYS_TIME_H" and "#endif". For example, #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif /* HAVE_SYS_TIME_H */
This problem was already resolved in #635093. *** This bug has been marked as a duplicate of bug 635093 ***