Alpine musl libc build warning fix. (0.37.51)
This commit is contained in:
parent
ee8db4da9b
commit
2fa8f8653e
2 changed files with 3 additions and 2 deletions
3
src/vm.c
3
src/vm.c
|
|
@ -63,7 +63,8 @@
|
|||
/* Central INI handle registry and helpers */
|
||||
#include "vm/ini/handles.c"
|
||||
#endif
|
||||
/* Note: INI opcode handlers are included below; changes in vm/ini/*.c require vm.c to rebuild. */
|
||||
/* Note: INI opcode handlers are included below; changes in vm/ini/ .c files
|
||||
* require vm.c to rebuild. */
|
||||
#include "external/json.c"
|
||||
#include "external/libsql.c"
|
||||
#include "external/pcsc.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue