summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2024-02-29 13:56:32 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2024-02-29 13:56:32 -0700
commit887e5e2372e75895b9b73957ff0d22963fb54de3 (patch)
tree64c3dcc1a66f70693a179ccd1d0ce3e3d5b73985 /modules
parentc2eb1197abfc9013a9d6d421bbe8fc2fcc754ed7 (diff)
Fix FTBFS when built with -Werror=implicit-function-declaration
Bug-Ubuntu: https://bugs.launchpad.net/bugs/2055453 Forwarded: no Last-Update: 2024-02-29 Gbp-Pq: Name ftbfs-implicit-function-declaration
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_unix/support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_unix/support.h b/modules/pam_unix/support.h
index e15ee989..9c065c5c 100644
--- a/modules/pam_unix/support.h
+++ b/modules/pam_unix/support.h
@@ -6,6 +6,7 @@
#define _PAM_UNIX_SUPPORT_H
#include <pwd.h>
+#include "libpam/include/pam_inline.h"
/*
* File to read value of ENCRYPT_METHOD from.