diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 03:01:37 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:53 +0100 |
commit | 3c8164612194ded0bd8aeed0055dbbbe3ba19269 (patch) | |
tree | 22e116bff5b96f740f69e11a43a325932b88dd25 /hardinfo2/gg_strescape.c | |
parent | c298027fefc0f5e85f82e486ee3c84aa8a8f9fe4 (diff) |
FIX - missing includes
Diffstat (limited to 'hardinfo2/gg_strescape.c')
-rw-r--r-- | hardinfo2/gg_strescape.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/gg_strescape.c b/hardinfo2/gg_strescape.c index ada9cf89..93efe381 100644 --- a/hardinfo2/gg_strescape.c +++ b/hardinfo2/gg_strescape.c @@ -18,6 +18,7 @@ */ #include <glib.h> +#include <string.h> guchar excmap_def[256] = {1,0}; static void make_excmap_def() { |