comparison libpurple/idle.h @ 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 6bf32c9e15a7
children
comparison
equal deleted inserted replaced
28301:4314c1324706 28302:62ddff393f6c
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 #ifndef _PURPLE_IDLE_H_ 26 #ifndef _PURPLE_IDLE_H_
27 #define _PURPLE_IDLE_H_ 27 #define _PURPLE_IDLE_H_
28
29 #include <time.h>
28 30
29 /** 31 /**
30 * Idle UI operations. 32 * Idle UI operations.
31 */ 33 */
32 typedef struct 34 typedef struct