libpurple/plugins/debug_example.c

branch
soc.2013.gobjectification.plugins
changeset 36957
95cfd176b193
parent 36909
68cfb4e93457
parent 35072
cb3673616d90
child 39413
f45e8a9c6fc1
--- a/libpurple/plugins/debug_example.c	Mon Nov 18 00:03:23 2013 +0530
+++ b/libpurple/plugins/debug_example.c	Mon Nov 18 01:12:39 2013 +0530
@@ -20,7 +20,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