diff options
| author | chai <chaifix@163.com> | 2020-09-27 20:31:53 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2020-09-27 20:31:53 +0800 |
| commit | 63cb4fbbb961da133c68865845eaf22d9b876700 (patch) | |
| tree | 42be163db598df2cf1c11d329c3e5843db4faa0c /src/lua51/ldebug.h | |
| parent | 2dfa15a926f06137f2ba6afcce2e3c1d23300100 (diff) | |
*misc
Diffstat (limited to 'src/lua51/ldebug.h')
| -rw-r--r-- | src/lua51/ldebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua51/ldebug.h b/src/lua51/ldebug.h index ba28a97..156503e 100644 --- a/src/lua51/ldebug.h +++ b/src/lua51/ldebug.h @@ -9,6 +9,7 @@ #include "lstate.h" +#include "misc.h" #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) |
