Can not compile luci-mod-status by SDK

Hi
I try compile luci-mod-status by SDK 19.07.7,

make package/luci-mod-status/compile

but got message:

mips-openwrt-linux-musl-gcc  -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/jimmy/Documents/openwrt/openwrt-19.07.7-wndr3800/tmp/openwrt-sdk-19.07.7-ar71xx-generic_gcc-7.5.0_musl.Linux-x86_64/build_dir/target-mips_24kc_musl/luci-lib-ip:luci-lib-ip -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/jimmy/Documents/openwrt/openwrt-19.07.7-wndr3800/tmp/openwrt-sdk-19.07.7-ar71xx-generic_gcc-7.5.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/usr/include -I/home/jimmy/Documents/openwrt/openwrt-19.07.7-wndr3800/tmp/openwrt-sdk-19.07.7-ar71xx-generic_gcc-7.5.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/include -I/home/jimmy/Documents/openwrt/openwrt-19.07.7-wndr3800/tmp/openwrt-sdk-19.07.7-ar71xx-generic_gcc-7.5.0_musl.Linux-x86_64/staging_dir/toolchain-mips_24kc_gcc-7.5.0_musl/usr/include -I/home/jimmy/Documents/openwrt/openwrt-19.07.7-wndr3800/tmp/openwrt-sdk-19.07.7-ar71xx-generic_gcc-7.5.0_musl.Linux-x86_64/staging_dir/toolchain-mips_24kc_gcc-7.5.0_musl/include/fortify -I/home/jimmy/Documents/openwrt/openwrt-19.07.7-wndr3800/tmp/openwrt-sdk-19.07.7-ar71xx-generic_gcc-7.5.0_musl.Linux-x86_64/staging_dir/toolchain-mips_24kc_gcc-7.5.0_musl/include   -std=gnu99 -I/home/jimmy/Documents/openwrt/openwrt-19.07.7-wndr3800/tmp/openwrt-sdk-19.07.7-ar71xx-generic_gcc-7.5.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/usr/include/libnl-tiny/ -fpic -c -o ip.o ip.c
ip.c:27:10: fatal error: lua.h: No such file or directory
 #include <lua.h>
          ^~~~~~~
compilation terminated.
make[3]: *** [Makefile:7: ip.o] Error 1

The luci-mod-status depend on libiwinfo & libiwinfo-lua, How can i add the include files in SDK?
any suggestion is very appreciate.

Thanks