diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-05-02 01:35:18 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-05-02 01:35:18 (GMT) |
commit | ddeb2946c0ec5f9e882e148622452f5e9a9304b1 (patch) | |
tree | a60c77bb5f44012e64d75b21a574a40ae7fbf788 /macosx/tkMacOSXServices.c | |
parent | 8166c30a6eccd5b935b055cb476814a8ce2b8ed6 (diff) | |
download | tk-ddeb2946c0ec5f9e882e148622452f5e9a9304b1.zip tk-ddeb2946c0ec5f9e882e148622452f5e9a9304b1.tar.gz tk-ddeb2946c0ec5f9e882e148622452f5e9a9304b1.tar.bz2 |
Revert some calls to support building on older systems
Diffstat (limited to 'macosx/tkMacOSXServices.c')
-rw-r--r-- | macosx/tkMacOSXServices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXServices.c b/macosx/tkMacOSXServices.c index 3340ba7..0797e47 100644 --- a/macosx/tkMacOSXServices.c +++ b/macosx/tkMacOSXServices.c @@ -13,6 +13,7 @@ #include <CoreServices/CoreServices.h> #include <tkInt.h> #include <tkMacOSXInt.h> +#include <tkMacOSXConstants.h> static Tcl_Interp *ServicesInterp; |