vlc | branch: master | Rafaël Carré <[email protected]> | Thu Jan 26 20:20:16 2012 -0500| [5aaa94e4a90f4c579b4c2457cc461351581f2f2f] | committer: Rafaël Carré
lua: fix windows build include config.h > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5aaa94e4a90f4c579b4c2457cc461351581f2f2f --- modules/lua/extension_thread.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/modules/lua/extension_thread.c b/modules/lua/extension_thread.c index 20bd418..1d52970 100644 --- a/modules/lua/extension_thread.c +++ b/modules/lua/extension_thread.c @@ -21,6 +21,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + /* I don't want to include lua headers here */ typedef struct lua_State lua_State; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
