summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-23 05:19:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:35 -0500
commitd95354300c4fb33317860e5143ab67c01745981d (patch)
tree8e31c2e64f650b30375f97461ccdcf1f92dc34d4 /source4
parent0a98d909952c658d754c3d33594f58d8d30c21cf (diff)
downloadsamba-d95354300c4fb33317860e5143ab67c01745981d.tar.gz
samba-d95354300c4fb33317860e5143ab67c01745981d.tar.bz2
samba-d95354300c4fb33317860e5143ab67c01745981d.zip
r17741: tru64 uses inttypes.h not stdint.h.
ain't standards wonderful? (This used to be commit 5eb59e5be09cd16bb0796b55575aa92dfd22650a)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/includes.h b/source4/lib/ldb/include/includes.h
index 76870aca6d..31997d6008 100644
--- a/source4/lib/ldb/include/includes.h
+++ b/source4/lib/ldb/include/includes.h
@@ -36,6 +36,9 @@
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif