Fix buildbot:

wslua_proto.c(1700) : error C2065: 'TRY' : undeclared identifier

svn path=/trunk/; revision=53233
This commit is contained in:
Jakub Zawadzki 2013-11-10 16:57:29 +00:00
parent fe52a15217
commit 5518639af2
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include "wslua.h"
#include <epan/exceptions.h>
#include <epan/show_exception.h>
WSLUA_CLASS_DEFINE(Pref,NOP,NOP); /* A preference of a Protocol. */