changeset 18159:30663201d911

Fix a compile error
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 17 Jun 2007 15:29:42 +0000
parents e917197b3e0c
children 428bea8235cb
files libpurple/protocols/qq/packet_parse.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/packet_parse.h	Sun Jun 17 15:13:09 2007 +0000
+++ b/libpurple/protocols/qq/packet_parse.h	Sun Jun 17 15:29:42 2007 +0000
@@ -26,6 +26,7 @@
 #define _QQ_PACKED_PARSE_H_
 
 #include <glib.h>
+#include <time.h>
 
 /* According to "UNIX Network Programming", all TCP/IP implementations
  * must support a minimum IP datagram size of 576 bytes, regardless of the MTU.