pwrap: Add missing config.h includes
authorAndreas Schneider <asn@samba.org>
Tue, 27 Feb 2018 08:17:06 +0000 (09:17 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 27 Feb 2018 08:47:03 +0000 (09:47 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
src/libpamtest.c
src/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>