Include <time.h> from vm.h

This commit is contained in:
K. Lange 2021-03-25 15:52:40 +09:00
parent e95a43c535
commit 28ed8151ac

View File

@ -7,6 +7,7 @@
* for Kuroko, including initializing the VM and passing code to be interpreted.
*/
#include <stdarg.h>
#include <time.h>
#include <sys/types.h>
#include <sys/time.h>
#include "kuroko.h"