From b89d50d52c71a5432d413abd55bb1698c94c1b79 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 5 Apr 2008 23:17:05 +0000 Subject: add missing header git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10355 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/lua/embed2/embed2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Examples/lua/embed2') diff --git a/Examples/lua/embed2/embed2.c b/Examples/lua/embed2/embed2.c index e0010d28e..07b7a44d2 100644 --- a/Examples/lua/embed2/embed2.c +++ b/Examples/lua/embed2/embed2.c @@ -18,6 +18,7 @@ We will be using the luaL_dostring()/lua_dostring() function to call into lua #include #include #include +#include /* the SWIG wrappered library */ -- cgit v1.2.1