changeset 22267:7f7c89ff5cc7

felipec noticed that this include was missing.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 05 Feb 2008 19:12:59 +0000
parents fc31c35d8024
children 762174f38807 00eaff9396ec
files libpurple/certificate.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.h	Mon Feb 04 04:39:54 2008 +0000
+++ b/libpurple/certificate.h	Tue Feb 05 19:12:59 2008 +0000
@@ -31,6 +31,8 @@
 #ifndef _PURPLE_CERTIFICATE_H
 #define _PURPLE_CERTIFICATE_H
 
+#include <time.h>
+
 #include <glib.h>
 
 #ifdef __cplusplus