From: Alejandro Colomar Date: Wed, 23 Jul 2025 20:50:51 +0000 (+0200) Subject: lib/getdef.h: Add missing includes X-Git-Tag: 4.19.0-rc1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65289d6848ab18607b9d5f3cfaeee8119933c695;p=thirdparty%2Fshadow.git lib/getdef.h: Add missing includes Signed-off-by: Alejandro Colomar --- 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);