commit | 4a85b4156098a30daf5b15a7fb7587a1c7c99f94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 23 22:40:29 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 23 22:40:29 2006 +0000 |
tree | a1874218752c56897f955c24b012836b8c9e80f8 | |
parent | eb3593b38b7b6b658e93ad05d6caf76d58cc0c35 [diff] [blame] |
updated for version 7.0e07
diff --git a/src/os_mac.h b/src/os_mac.h index 22fd164..6effe10 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>