diff libpurple/protocols/qq/packet_parse.h @ 18159:30663201d911

Fix a compile error
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 17 Jun 2007 15:29:42 +0000
parents 833f7cbe4f12
children 44b4e8bd759b
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.