Ticket #48835: patch-epan-wslua-lua_bitop.c.diff

File patch-epan-wslua-lua_bitop.c.diff, 327 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • epan/wslua/lua_bitop.c

    old new  
    2929#define LUA_BITOP_VERSION       "1.0.2"
    3030
    3131#define LUA_LIB
    32 #include <lua.h>
    33 #include <lauxlib.h>
     32#include <lua-5.2/lua.h>
     33#include <lua-5.2/lauxlib.h>
    3434
    3535#include "lua_bitop.h"
    3636