1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Missing header include.

This commit is contained in:
James Snyder 2010-01-27 01:02:06 +00:00
parent 0bb6552c73
commit bb7f663e40

View File

@ -12,6 +12,7 @@
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
#include "platform_conf.h"
#include "luarpc_rpc.h"
#include "serial.h"