From 65289d6848ab18607b9d5f3cfaeee8119933c695 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 23 Jul 2025 22:50:51 +0200 Subject: [PATCH] lib/getdef.h: Add missing includes Signed-off-by: Alejandro Colomar --- lib/getdef.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/getdef.h b/lib/getdef.h index f55e28b78..e687a2ee6 100644 --- a/lib/getdef.h +++ b/lib/getdef.h @@ -9,6 +9,12 @@ #ifndef _GETDEF_H #define _GETDEF_H + +#include "config.h" + +#include + + /* getdef.c */ extern bool getdef_bool (const char *); extern long getdef_long (const char *, long); -- 2.47.3