diff options
Diffstat (limited to 'src/polyfill.c')
| -rw-r--r-- | src/polyfill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyfill.c b/src/polyfill.c index 0d99916..cf8a2fb 100644 --- a/src/polyfill.c +++ b/src/polyfill.c @@ -1,4 +1,4 @@ -#include "date.h" +#include "polyfill.h" #ifdef POLYFILL_CBYTES const char* janet_getcbytes(const Janet *argv, int32_t n) { |
