summaryrefslogtreecommitdiff
path: root/src/os_mac.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-23 22:40:29 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-23 22:40:29 +0000
commit4a85b4156098a30daf5b15a7fb7587a1c7c99f94 (patch)
treea1874218752c56897f955c24b012836b8c9e80f8 /src/os_mac.h
parenteb3593b38b7b6b658e93ad05d6caf76d58cc0c35 (diff)
downloadvim-git-4a85b4156098a30daf5b15a7fb7587a1c7c99f94.tar.gz
updated for version 7.0e07v7.0e07
Diffstat (limited to 'src/os_mac.h')
-rw-r--r--src/os_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_mac.h b/src/os_mac.h
index 22fd164d7..6effe1078 100644
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -23,7 +23,7 @@
* files have many conflicts).
*/
#ifndef FEAT_X11
-# include <QuickDraw.h>
+# include <Quickdraw.h> /* Apple calls it QuickDraw.h... */
# include <ToolUtils.h>
# include <LowMem.h>
# include <Scrap.h>