libpurple/plugins/helloworld.c

branch
soc.2013.gobjectification.plugins
changeset 36957
95cfd176b193
parent 36934
e7268aeb3b89
parent 35072
cb3673616d90
child 39413
f45e8a9c6fc1
--- a/libpurple/plugins/helloworld.c	Mon Nov 18 00:03:23 2013 +0530
+++ b/libpurple/plugins/helloworld.c	Mon Nov 18 01:12:39 2013 +0530
@@ -21,7 +21,10 @@
  *
  */
 
-#include <internal.h>
+/* When writing a third-party plugin, do not include libpurple's internal.h
+ * included below. This file is for internal libpurple use only. We're including
+ * it here for our own convenience. */
+#include "internal.h"
 
 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */
 #include <purple.h>

mercurial