r26281: Fix include.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 4 Dec 2007 02:13:12 +0000 (03:13 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:48:07 +0000 (05:48 +0100)
source/lib/tdb/tdb.i
source/lib/tdb/tdb_wrap.c

index 21fb9fc2b28c5d363731959a6f8998342ddf8dcf..03b71fa5868e6aabeef16474caed60fdbb3afc94 100644 (file)
@@ -36,6 +36,7 @@
 #endif
 
 /* Include tdb headers */
+#include <stdint.h>
 #include <signal.h>
 #include <tdb.h>
 #include <fcntl.h>
index 90d3556e11a361c8d9b3a199c1b40c29f9e9812c..b9660c3428e03252cba44d17fadfd30c2a4f4733 100644 (file)
@@ -2504,6 +2504,7 @@ static swig_module_info swig_module = {swig_types, 11, 0, 0, 0, 0};
 #endif
 
 /* Include tdb headers */
+#include <stdint.h>
 #include <signal.h>
 #include <tdb.h>
 #include <fcntl.h>