From 6a65ea900d48347fbdec253cc5a6dadd613bbada Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 27 Feb 2018 09:18:36 +0100 Subject: [PATCH] third_party: Add missing config.h in libpamtest Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- third_party/pam_wrapper/libpamtest.c | 2 ++ third_party/pam_wrapper/python/pypamtest.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/third_party/pam_wrapper/libpamtest.c b/third_party/pam_wrapper/libpamtest.c index c0ab41dac8ec..0a26c19c9ba2 100644 --- a/third_party/pam_wrapper/libpamtest.c +++ b/third_party/pam_wrapper/libpamtest.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#include "config.h" + #include #include #include diff --git a/third_party/pam_wrapper/python/pypamtest.c b/third_party/pam_wrapper/python/pypamtest.c index e25900f001b8..6bb1e204539c 100644 --- a/third_party/pam_wrapper/python/pypamtest.c +++ b/third_party/pam_wrapper/python/pypamtest.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#include "config.h" + #include #include -- 2.34.1