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-08 11:33:05 +0200
commit9a8ea03c5629484ca9db1e04c7a51b89b7d0f4b1 (patch)
treebb88729276a8f590005ac286ee050a8ac44a6749
parentf9b8f90d313c836ff97a7d7e604507c3b7da0a18 (diff)
downloadlibpam-freerdp2-9a8ea03c5629484ca9db1e04c7a51b89b7d0f4b1.tar.gz
libpam-freerdp2-9a8ea03c5629484ca9db1e04c7a51b89b7d0f4b1.tar.bz2
libpam-freerdp2-9a8ea03c5629484ca9db1e04c7a51b89b7d0f4b1.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>