* include time.h, as we reference time_t
authorWilfried Göesgens <willi@citadel.org>
Sat, 9 Feb 2008 17:27:36 +0000 (17:27 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 9 Feb 2008 17:27:36 +0000 (17:27 +0000)
libcitadel/lib/libcitadel.h

index 3d1e646ba12a30e92dd14efb033996213b392790..034a1fd128033265f885ad2d8996eb3c8a3783ab 100644 (file)
@@ -4,6 +4,12 @@
  */
 
 
+
+/*
+ * since we reference time_t...
+ */
+#include <time.h>
+
 #define LIBCITADEL_VERSION_NUMBER      104
 
 /*