Add import to fix build on macOS

This commit is contained in:
Christian Rasmussen 2020-03-09 22:45:43 +01:00
parent b0d640fa55
commit 645f0a809e

View File

@ -1,5 +1,6 @@
#include <assert.h>
#include <errno.h>
#include <time.h>
#include "idris_rts.h"
#include "idris_gc.h"