From 61f41b5c4b55c74ea319e7c3f88599f3130c57f3 Mon Sep 17 00:00:00 2001 From: das Date: Mon, 10 Dec 2007 15:22:41 +0000 Subject: add inttypes.h #include (sync with tkUnixPort.h change of 2007-11-28) --- macosx/tkMacOSXPort.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/macosx/tkMacOSXPort.h b/macosx/tkMacOSXPort.h index 3d3c634..4ec23ac 100644 --- a/macosx/tkMacOSXPort.h +++ b/macosx/tkMacOSXPort.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXPort.h,v 1.11 2007/04/23 21:24:34 das Exp $ + * RCS: @(#) $Id: tkMacOSXPort.h,v 1.12 2007/12/10 15:22:41 das Exp $ */ #ifndef _TKMACPORT @@ -60,6 +60,9 @@ # include # endif #endif +#if HAVE_INTTYPES_H +# include +#endif #include #include #include -- cgit v0.12