From 6ed142ebbeb308acd79d0e20806ab5221e899422 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Sat, 2 Jul 2022 19:09:15 -0500 Subject: [PATCH] Include the proper header for gargoyle_opt --- include/gargoyle/scribe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gargoyle/scribe.h b/include/gargoyle/scribe.h index 1984eca..864351c 100644 --- a/include/gargoyle/scribe.h +++ b/include/gargoyle/scribe.h @@ -1,7 +1,7 @@ #ifndef __GARGOYLE_SCRIBE_H_ #define __GARGOYLE_SCRIBE_H_ -#include +#include #include uint8_t gargoyle_from_bool(struct gargoyle_opt *opt, const char *brand, const char *neg, uint16_t neg_sz, gargoyle_flag_type flags);