diff libpurple/example/nullclient.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 58e82c3b697e
children 2115910c5746
line wrap: on
line diff
--- a/libpurple/example/nullclient.c	Wed Jun 20 18:22:19 2007 +0000
+++ b/libpurple/example/nullclient.c	Wed Jun 20 18:23:49 2007 +0000
@@ -20,6 +20,10 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
+
+/* XXX: we probably shouldn't include internal.h in examples */
+#include "internal.h"
+
 #include "account.h"
 #include "conversation.h"
 #include "core.h"