mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 13:11:18 -07:00
fix: add missing #includes
This commit is contained in:
parent
acf0582d53
commit
0691975406
3 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
// Some lua scripting glue to proxmark core.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue