aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-09-26 01:12:14 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-09-26 01:12:14 +0000
commitafe77870897fb6189657b8fd16069d3aca5ca5eb (patch)
tree0eb4e93d8455dbe6e601458f416de753e29b46f5 /epan/epan.c
parente2aea53993703102ead96128277a69fd0e077511 (diff)
Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
Sorry! svn path=/trunk/; revision=19322
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan.c b/epan/epan.c
index fe68db2378..fb0d67ef78 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -39,7 +39,7 @@
#include "expert.h"
#ifdef HAVE_LUA_5_1
-#include <epan/wslua/wslua.h>
+ int wslua_init(void*);
#endif
static void (*report_failure_func)(const char *, va_list);