third_party: Add missing config.h in libpamtest
authorAndreas Schneider <asn@samba.org>
Tue, 27 Feb 2018 08:18:36 +0000 (09:18 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 1 Mar 2018 08:53:45 +0000 (09:53 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
third_party/pam_wrapper/libpamtest.c
third_party/pam_wrapper/python/pypamtest.c

index c0ab41dac8ec88ae222beebcc744da9e26f6efe2..0a26c19c9ba2c17e5b6d7fa0d1a07c6c8c3bf8eb 100644 (file)
@@ -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>
index e25900f001b8e014f738fc9864d10954df0a05e0..6bb1e204539c25769535e6a2b1aee7f744d23edf 100644 (file)
@@ -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>