diff options
| author | Chloe M. <chloe@mirocom.org> | 2026-05-23 19:03:15 -0400 |
|---|---|---|
| committer | Chloe M. <chloe@mirocom.org> | 2026-05-23 19:03:15 -0400 |
| commit | 8483d3c4456108cfaf469d4d3867608458f39138 (patch) | |
| tree | 1f948bd59c83313353e6d10f2d7bb5bb674fc40f /core/state.c | |
| parent | 71f232282a6bb3a45bd020e3681ac0dd90371c63 (diff) | |
core: parser: Add initial preprocessing stubs
Signed-off-by: Chloe M. <chloe@mirocom.org>
Diffstat (limited to 'core/state.c')
| -rw-r--r-- | core/state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/state.c b/core/state.c index fe9f9fa..f6ed48e 100644 --- a/core/state.c +++ b/core/state.c @@ -6,6 +6,7 @@ #include <stdint.h> #include <stddef.h> #include <fcntl.h> +#include <string.h> #include <unistd.h> #include <errno.h> #include "cescal/state.h" |
