changeset 28302:62ddff393f6c

Ensure time_t is defined before we use it
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 18 Aug 2009 17:53:04 +0000
parents 4314c1324706
children 870015b978c9 470507fec7fa
files libpurple/idle.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
  */