diff options
author | Russ Cox <rsc@swtch.com> | 2011-10-23 17:55:23 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-10-23 17:55:23 -0400 |
commit | 813b3eea8b469a6d603f13a51a8afb8e3dae3a32 (patch) | |
tree | 20b7ed1c8480d230d179c37889d273fec9053a63 /src/cmd | |
parent | a2deaac4b1066df5de4774737ddc9f4b6edbaef9 (diff) | |
download | plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.tar.gz plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.tar.bz2 plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.zip |
OS X PowerPC fixes (thanks Cameron Kaiser)
Diffstat (limited to 'src/cmd')
-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> |