diff libpurple/plugins/perl/common/module.h @ 15375:9a4305efd23e

Fix perl plugin compilation after libpurple rename
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 21 Jan 2007 21:27:08 +0000
parents 5fe8042783c1
children 32c366eeeb99
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/module.h	Sat Jan 20 02:32:10 2007 +0000
+++ b/libpurple/plugins/perl/common/module.h	Sun Jan 21 21:27:08 2007 +0000
@@ -56,7 +56,7 @@
 #include "status.h"
 #include "stringref.h"
 /* Ewww. perl has it's own util.h which is in the include path :( */
-#include "libgaim/util.h"
+#include "libpurple/util.h"
 #include "value.h"
 #include "xmlnode.h"