summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-02-27 09:18:36 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-03-01 09:53:45 +0100
commit6a65ea900d48347fbdec253cc5a6dadd613bbada (patch)
tree573a24c9e20c5906d12e03ad2bb3da9bc49d4089 /third_party
parent0cf640a2f401d43421d4d8c244bdb50da8bebd86 (diff)
downloadsamba-6a65ea900d48347fbdec253cc5a6dadd613bbada.tar.gz
third_party: Add missing config.h in libpamtest
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/pam_wrapper/libpamtest.c2
-rw-r--r--third_party/pam_wrapper/python/pypamtest.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/third_party/pam_wrapper/libpamtest.c b/third_party/pam_wrapper/libpamtest.c
index c0ab41dac8e..0a26c19c9ba 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 <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
diff --git a/third_party/pam_wrapper/python/pypamtest.c b/third_party/pam_wrapper/python/pypamtest.c
index e25900f001b..6bb1e204539 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 <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <Python.h>
#include <structmember.h>