Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv22398
Modified Files:
module.c
Log Message:
hi.
Index: module.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/module.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- module.c 2001/10/01 15:49:04 1.2
+++ module.c 2001/10/03 03:11:37 1.3
@@ -34,6 +34,8 @@
#include <config.h>
#endif
+#include "gaim.h"
+
#ifdef GAIM_PLUGINS
#include <string.h>
@@ -45,7 +47,6 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
-#include "gaim.h"
/* ------------------ Global Variables ----------------------- */
|