diff plugins/perl/common/module.h @ 6523:d7e04709be96

[gaim-migrate @ 7040] Fixed a perl function call, and changed gaim_account_set_user_info to update the server when called from a perl script. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 20 Aug 2003 10:38:41 +0000
parents 2e2593d95121
children 7c42b8ca3222
line wrap: on
line diff
--- a/plugins/perl/common/module.h	Wed Aug 20 10:28:14 2003 +0000
+++ b/plugins/perl/common/module.h	Wed Aug 20 10:38:41 2003 +0000
@@ -14,6 +14,7 @@
 #include "account.h"
 #include "connection.h"
 #include "debug.h"
+#include "server.h"
 
 typedef GaimAccount *Gaim__Account;
 typedef GaimConnection *Gaim__Connection;