[Xfce4-commits] <exo:master> Fix missing include (bug #3751).

Nick Schermer nick at xfce.org
Thu Aug 20 19:38:01 CEST 2009


Updating branch refs/heads/master
         to d1aa907c12c4f3878cbefa1609a5a27cee41d5ff (commit)
       from 98d5545b871b591ac93e780c2b1b135e1af9c694 (commit)

commit d1aa907c12c4f3878cbefa1609a5a27cee41d5ff
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Aug 20 19:35:58 2009 +0200

    Fix missing include (bug #3751).

 exo/exo-string.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/exo/exo-string.c b/exo/exo-string.c
index 480d49d..b381fdb 100644
--- a/exo/exo-string.c
+++ b/exo/exo-string.c
@@ -30,6 +30,9 @@
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
 
 #include <exo/exo-string.h>
 #include <exo/exo-alias.h>



More information about the Xfce4-commits mailing list