[Xfce4-commits] <exo:xfce-4.6> Fix missing include (bug #3751).
Nick Schermer
nick at xfce.org
Thu Aug 20 20:40:04 CEST 2009
Updating branch refs/heads/xfce-4.6
to 979fec5a7f81fd8ae3eec45906eb7c165052aaa6 (commit)
from 24490e0687fc0bdd6766ac93d3851d887448e7f5 (commit)
commit 979fec5a7f81fd8ae3eec45906eb7c165052aaa6
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 9bc312c..e20bd23 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