aboutsummaryrefslogtreecommitdiff
path: root/contrib/cvs/lib/xsize.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
commit76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (patch)
tree0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/lib/xsize.h
parent274835303c48ac29e7fd30a670e7a02fe78595e2 (diff)
Import of 1.11 branch snapshot - using the 10-March-2008 code base.vendor/misc-GNU/cvs
Notes
Notes: svn path=/vendor/cvs/dist/; revision=177391
Diffstat (limited to 'contrib/cvs/lib/xsize.h')
-rw-r--r--contrib/cvs/lib/xsize.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/cvs/lib/xsize.h b/contrib/cvs/lib/xsize.h
index 7634c6d4d5a4..3a176284b9fe 100644
--- a/contrib/cvs/lib/xsize.h
+++ b/contrib/cvs/lib/xsize.h
@@ -24,7 +24,9 @@
/* Get SIZE_MAX. */
#include <limits.h>
-#if HAVE_STDINT_H
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#elif HAVE_STDINT_H
# include <stdint.h>
#endif