Ensure time_t is defined before we use it

Tue, 18 Aug 2009 17:53:04 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Tue, 18 Aug 2009 17:53:04 +0000
changeset 28230
5a6e42fc2b40
parent 28229
7af7adebd500
child 28231
1784a652296a
child 28232
56852d6d5734

Ensure time_t is defined before we use it

libpurple/idle.h file | annotate | diff | comparison | revisions
--- a/libpurple/idle.h	Tue Aug 18 15:38:34 2009 +0000
+++ b/libpurple/idle.h	Tue Aug 18 17:53:04 2009 +0000
@@ -26,6 +26,8 @@
 #ifndef _PURPLE_IDLE_H_
 #define _PURPLE_IDLE_H_
 
+#include <time.h>
+
 /**
  * Idle UI operations.
  */

mercurial