diff options
author | das <das> | 2007-12-10 15:22:41 (GMT) |
---|---|---|
committer | das <das> | 2007-12-10 15:22:41 (GMT) |
commit | 61f41b5c4b55c74ea319e7c3f88599f3130c57f3 (patch) | |
tree | 167237298a0a8cc2dbef1e54d4e4173ccf04cf19 /macosx | |
parent | 7286a3c852accb1dab02058ed762a80d970ec7d7 (diff) | |
download | tk-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')
-rw-r--r-- | macosx/tkMacOSXPort.h | 5 |
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> |