]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/getdef.h: Add missing includes
authorAlejandro Colomar <alx@kernel.org>
Wed, 23 Jul 2025 20:50:51 +0000 (22:50 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Tue, 4 Nov 2025 09:11:16 +0000 (10:11 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/getdef.h

index f55e28b7810eee3d7d9bb867a506d369a91c2e4c..e687a2ee6ad3ad349cb544eedd58f2d3dfa31e46 100644 (file)
@@ -9,6 +9,12 @@
 #ifndef _GETDEF_H
 #define _GETDEF_H
 
+
+#include "config.h"
+
+#include <stdbool.h>
+
+
 /* getdef.c */
 extern bool getdef_bool (const char *);
 extern long getdef_long (const char *, long);