From 7b38aa728eb722cd14fa0ad4e246df0d2e54faba Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 3 Dec 2007 15:53:23 +0100 Subject: r26251: Fix include of stdint in tdb swig wrapper. (This used to be commit 904475624b4ed050bfb151053f6c74c0c88315f4) --- source4/lib/tdb/tdb.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/tdb/tdb.i') diff --git a/source4/lib/tdb/tdb.i b/source4/lib/tdb/tdb.i index 474f3c3960..21fb9fc2b2 100644 --- a/source4/lib/tdb/tdb.i +++ b/source4/lib/tdb/tdb.i @@ -45,7 +45,8 @@ typedef TDB_CONTEXT tdb; /* The tdb functions will crash if a NULL tdb context is passed */ -%include exception.i +%import exception.i +%import stdint.i %typemap(check) TDB_CONTEXT* { if ($1 == NULL) -- cgit