Update of /cvsroot/mod-c/ehtml/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32746/include
Modified Files:
Session.h
Log Message:
* ehtml.h was not included when compiling mod_c.c, which defines EXTERNC.
EXTERNC is needed in Session.h
Index: Session.h
===================================================================
RCS file: /cvsroot/mod-c/ehtml/include/Session.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Session.h 17 Sep 2006 18:14:51 -0000 1.13
--- Session.h 21 Sep 2006 17:20:00 -0000 1.14
***************
*** 24,30 ****
#include <time.h>
#ifdef __cplusplus
- #include "ehtml.h"
#include "Plugin.h"
#include "Dictionary.h"
--- 24,31 ----
#include <time.h>
+ #include "ehtml.h"
+
#ifdef __cplusplus
#include "Plugin.h"
#include "Dictionary.h"
|