svn commit: samba r17741 - in branches/SAMBA_4_0/source/lib/ldb/include: .

tridge at samba.org tridge at samba.org
Wed Aug 23 05:19:42 GMT 2006


Author: tridge
Date: 2006-08-23 05:19:42 +0000 (Wed, 23 Aug 2006)
New Revision: 17741

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17741

Log:

tru64 uses inttypes.h not stdint.h.

ain't standards wonderful?

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/includes.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-08-23 05:08:55 UTC (rev 17740)
+++ branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-08-23 05:19:42 UTC (rev 17741)
@@ -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



More information about the samba-cvs mailing list