Make lbitlib.c include its own header (for the luaopen_bit prototype)

Change-Id: I6da9d6ff084b89c519f1abfc50ba3375a7d0f958
This commit is contained in:
Bertrik Sikken 2012-05-19 01:17:03 +02:00
parent 0587e85e23
commit 4a6b875eda

View file

@ -8,6 +8,7 @@
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#include <limits.h>