libpurple/protocols/silc/silcpurple.h

branch
soc.2013.gobjectification.plugins
changeset 37134
07746c9a04bf
parent 36775
5e59f252d777
parent 35812
48c6ee645ca1
child 37135
6271bcdee576
--- a/libpurple/protocols/silc/silcpurple.h	Mon Apr 07 20:02:22 2014 +0530
+++ b/libpurple/protocols/silc/silcpurple.h	Fri Apr 11 16:23:12 2014 +0530
@@ -35,6 +35,8 @@
 #include "server.h"
 #include "util.h"
 
+#include "imgstore.h" /* TODO: temp */
+
 #undef SILC_VERSION
 #define SILC_VERSION(a, b, c) (((a) << 24) + ((b) << 16) + ((c) << 8))
 

mercurial