aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-07 22:39:47 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-07 23:00:15 +0200
commit4f52190f3e6b1a9e886b627c878eec6ea9ee2692 (patch)
tree398ec408b8cba7fb75d1f9748fb98241830dd8f9
parent0145aabaa114924d9421a4fe0770e912a1da2e87 (diff)
downloadlibpam-freerdp2-4f52190f3e6b1a9e886b627c878eec6ea9ee2692.tar.gz
libpam-freerdp2-4f52190f3e6b1a9e886b627c878eec6ea9ee2692.tar.bz2
libpam-freerdp2-4f52190f3e6b1a9e886b627c878eec6ea9ee2692.zip
tests/mock_pam.h: Includ <security/_pam-types.h>, so that the PAM_NONNULL() macro is defined.
-rw-r--r--tests/mock_pam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mock_pam.h b/tests/mock_pam.h
index 7fe0467..df837df 100644
--- a/tests/mock_pam.h
+++ b/tests/mock_pam.h
@@ -11,6 +11,7 @@
#define __MOCK_PAM_H__
#define LIBPAM_COMPILE
+#include <security/_pam_types.h>
#include <security/pam_modules.h>
#include <security/pam_modutil.h>
#include <security/pam_appl.h>