]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/: Add missing #include <config.h>
authorAlejandro Colomar <alx@kernel.org>
Fri, 1 Sep 2023 17:03:05 +0000 (19:03 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 20 Oct 2023 19:05:33 +0000 (21:05 +0200)
Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/nss.c
lib/run_part.c

index aa0666ec68fc90127ecea2c017776199807f30e1..e2aeb0a8ed5eff98f3cee4dbfa7aba223bcbfd6c 100644 (file)
--- a/lib/nss.c
+++ b/lib/nss.c
@@ -1,3 +1,5 @@
+#include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <dlfcn.h>
index bd24d357e4169dc7e7f709e03d5405151943d5f2..670d8150d1d5666b912bdaba42b41235dc6a890e 100644 (file)
@@ -1,3 +1,5 @@
+#include <config.h>
+
 #include <dirent.h>
 #include <errno.h>
 #include <stdio.h>