diff options
author | das <das@noemail.net> | 2007-12-10 15:22:40 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2007-12-10 15:22:40 (GMT) |
commit | 0ee96739d601caf97135d5a9c1fb433e341e453a (patch) | |
tree | 167237298a0a8cc2dbef1e54d4e4173ccf04cf19 /macosx/tkMacOSXPort.h | |
parent | e9c8f041aa3167ec42fb16914a7f2daee5a57c0a (diff) | |
download | tk-0ee96739d601caf97135d5a9c1fb433e341e453a.zip tk-0ee96739d601caf97135d5a9c1fb433e341e453a.tar.gz tk-0ee96739d601caf97135d5a9c1fb433e341e453a.tar.bz2 |
add inttypes.h #include (sync with tkUnixPort.h change of 2007-11-28)
FossilOrigin-Name: c6da40bbbc5d4febd87bfdf13b0247f40d20d3f5
Diffstat (limited to 'macosx/tkMacOSXPort.h')
-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> |