diff options
author | pommicket <pommicket@gmail.com> | 2025-09-12 00:47:39 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-12 00:47:39 -0400 |
commit | a835e738761238b891847c8303592b504018f017 (patch) | |
tree | 4f63429a0781a507cec101cbd9b617ba43b0ce53 /examples/read_conf.c | |
parent | b290660013101d3817245176d2a34726498d08fc (diff) |
Parse section headers
Diffstat (limited to 'examples/read_conf.c')
-rw-r--r-- | examples/read_conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/read_conf.c b/examples/read_conf.c index b18be3a..091255c 100644 --- a/examples/read_conf.c +++ b/examples/read_conf.c @@ -1,4 +1,5 @@ #include <stdlib.h> +#include <string.h> #include "pom.h" |