1
0
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:
James Snyder 2011-05-02 16:43:49 -05:00
parent b00b37e000
commit 06a9536b57

View File

@ -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>