diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-25 06:02:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-25 06:02:39 +0000 |
commit | c95b683f9d460afa4431402882cb2a5891f1e15a (patch) | |
tree | 8c24e0842e4a0bb2885e875f26a811eaf052bd41 /audio/cynthiune/files/patch-NSCellExtensions.m | |
parent | Update to 0.9.20 release. (diff) |
- add missing include
Submitted by: ludovic
Approved by: gurkan (maintainer)
Diffstat (limited to 'audio/cynthiune/files/patch-NSCellExtensions.m')
-rw-r--r-- | audio/cynthiune/files/patch-NSCellExtensions.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/cynthiune/files/patch-NSCellExtensions.m b/audio/cynthiune/files/patch-NSCellExtensions.m new file mode 100644 index 000000000000..314df0bccfe4 --- /dev/null +++ b/audio/cynthiune/files/patch-NSCellExtensions.m @@ -0,0 +1,10 @@ +--- Frameworks/Cynthiune/NSCellExtensions.m.original 2007-04-22 14:53:07.000000000 -0400 ++++ Frameworks/Cynthiune/NSCellExtensions.m 2007-04-22 14:51:08.000000000 -0400 +@@ -20,6 +20,7 @@ + * Boston, MA 02111-1307, USA. + */ + ++#import <AppKit/NSAttributedString.h> + #import <AppKit/NSStringDrawing.h> + + #import "NSCellExtensions.h" |