r17741: tru64 uses inttypes.h not stdint.h.
authorAndrew Tridgell <tridge@samba.org>
Wed, 23 Aug 2006 05:19:42 +0000 (05:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:35 +0000 (14:16 -0500)
ain't standards wonderful?
(This used to be commit 5eb59e5be09cd16bb0796b55575aa92dfd22650a)

source4/lib/ldb/include/includes.h

index 76870aca6da19a2ded18b62aaf86bf6c7e0c75a9..31997d6008f93531dba31d23d3a79624002a777a 100644 (file)
@@ -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