From 6c046b77bc77122da013ec5ce1cdba69ca93a32f Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Wed, 29 Jun 2022 01:25:37 -0500 Subject: [PATCH] Expose needed symbols in gargoyle/twine.h --- include/gargoyle/twine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gargoyle/twine.h b/include/gargoyle/twine.h index fcd5976..c4fe5a6 100644 --- a/include/gargoyle/twine.h +++ b/include/gargoyle/twine.h @@ -1,6 +1,7 @@ #ifndef __GARGOYLE_TWINE_H_ #define __GARGOYLE_TWINE_H_ +#include #include uint8_t is_sep(char tok);