SF.net SVN: geany:[3592] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Feb 19 15:09:46 UTC 2009
Revision: 3592
http://geany.svn.sourceforge.net/geany/?rev=3592&view=rev
Author: eht16
Date: 2009-02-19 15:09:45 +0000 (Thu, 19 Feb 2009)
Log Message:
-----------
Add missing header include (closes #2615808).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/utils.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-02-18 15:20:27 UTC (rev 3591)
+++ trunk/ChangeLog 2009-02-19 15:09:45 UTC (rev 3592)
@@ -1,3 +1,9 @@
+2009-02-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/utils.h:
+ Add missing header include (closes #2615808).
+
+
2009-02-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/symbols.c:
Modified: trunk/src/utils.h
===================================================================
--- trunk/src/utils.h 2009-02-18 15:20:27 UTC (rev 3591)
+++ trunk/src/utils.h 2009-02-19 15:09:45 UTC (rev 3592)
@@ -29,6 +29,10 @@
#ifndef GEANY_UTILS_H
#define GEANY_UTILS_H 1
+
+#include <time.h>
+
+
/** Returns: TRUE if @a ptr points to a non-zero value. */
#define NZV(ptr) \
((ptr) && (ptr)[0])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list