diff options
Diffstat (limited to 'src/cmd/devdraw/osx-screen-carbon.m')
-rw-r--r-- | src/cmd/devdraw/osx-screen-carbon.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/devdraw/osx-screen-carbon.m b/src/cmd/devdraw/osx-screen-carbon.m index 93d58ce0..d41e9d10 100644 --- a/src/cmd/devdraw/osx-screen-carbon.m +++ b/src/cmd/devdraw/osx-screen-carbon.m @@ -2,6 +2,7 @@ #define Rect OSXRect #define Cursor OSXCursor #include <Carbon/Carbon.h> +#import <Foundation/Foundation.h> #ifdef MULTITOUCH #include <IOKit/IOKitLib.h> #include <IOKit/hidsystem/IOHIDShared.h> |