From: Eric W. <war...@us...> - 2001-12-01 02:14:49
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv7081/plugins Modified Files: raw.c Log Message: hi Index: raw.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/raw.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- raw.c 2001/10/12 22:51:10 1.1 +++ raw.c 2001/12/01 02:14:47 1.2 @@ -5,7 +5,7 @@ #undef MAX #undef MIN #endif -#include "jabber/jabber.h" +#include "protocols/jabber/jabber.h" static GtkWidget *window = NULL; static GtkWidget *optmenu = NULL; |