summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPort.h
diff options
context:
space:
mode:
authordas <das>2007-12-10 15:22:41 (GMT)
committerdas <das>2007-12-10 15:22:41 (GMT)
commit61f41b5c4b55c74ea319e7c3f88599f3130c57f3 (patch)
tree167237298a0a8cc2dbef1e54d4e4173ccf04cf19 /macosx/tkMacOSXPort.h
parent7286a3c852accb1dab02058ed762a80d970ec7d7 (diff)
downloadtk-61f41b5c4b55c74ea319e7c3f88599f3130c57f3.zip
tk-61f41b5c4b55c74ea319e7c3f88599f3130c57f3.tar.gz
tk-61f41b5c4b55c74ea319e7c3f88599f3130c57f3.tar.bz2
add inttypes.h #include (sync with tkUnixPort.h change of 2007-11-28)
Diffstat (limited to 'macosx/tkMacOSXPort.h')
-rw-r--r--macosx/tkMacOSXPort.h5
1 files changed, 4 insertions, 1 deletions
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 <time.h>
# endif
#endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
#include <unistd.h>
#include <X11/Xlib.h>
#include <X11/cursorfont.h>