mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
bitarray only needs types from type.h not full platform.h This adjustment makes compiling into luarpc (desktop) easier.
This commit is contained in:
parent
b00b37e000
commit
06a9536b57
@ -3,7 +3,7 @@
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
#include "platform.h"
|
||||
#include "type.h"
|
||||
#include "auxmods.h"
|
||||
#include "lrotable.h"
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user