summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXNotify.c
diff options
context:
space:
mode:
authordas <das>2005-02-24 00:41:02 (GMT)
committerdas <das>2005-02-24 00:41:02 (GMT)
commitbf5820e2248feadca3d6a163aa562453a38791d2 (patch)
treed8a27a48b1429f11760736479dd8e3bada8ece90 /macosx/tkMacOSXNotify.c
parent2669ea6e4c54166f32dc82e1e19f3b805cda57bb (diff)
downloadtk-bf5820e2248feadca3d6a163aa562453a38791d2.zip
tk-bf5820e2248feadca3d6a163aa562453a38791d2.tar.gz
tk-bf5820e2248feadca3d6a163aa562453a38791d2.tar.bz2
* macosx/tkMacOSX.h: fixed incorrect inclusion of internal header.
* macosx/tkMacOSXNotify.c: corrected included headers.
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r--macosx/tkMacOSXNotify.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 7ab74e0..d2991a7 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -1,5 +1,5 @@
/*
- * tclMacOSXNotify.c --
+ * tkMacOSXNotify.c --
*
* This file contains the implementation of a merged
* Carbon/select-based notifier, which is the lowest-level part
@@ -12,15 +12,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.7 2004/02/16 00:19:42 wolfsuit Exp $
+ * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.8 2005/02/24 00:41:04 das Exp $
*/
#include "tclInt.h"
-
-/* FIXME - Why do I need these here? */
-
-#undef environ
-#include "tkMacOSX.h"
+#include "tkInt.h"
#include "tkMacOSXEvent.h"
#include <signal.h>