diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
commit | e15eb67265e0a539b617852b39f321fc1fc09672 (patch) | |
tree | 5b483e0019e4fc3b4c0e88159e3f95a072ea6b31 /deskutils/toolbox | |
parent | 53d5af5fb8205fbfae401958a1835a2819d1ef10 (diff) | |
download | ports-e15eb67265e0a539b617852b39f321fc1fc09672.tar.gz ports-e15eb67265e0a539b617852b39f321fc1fc09672.zip |
Notes
Diffstat (limited to 'deskutils/toolbox')
-rw-r--r-- | deskutils/toolbox/files/patch-DefaultView.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/toolbox/files/patch-DefaultView.h b/deskutils/toolbox/files/patch-DefaultView.h new file mode 100644 index 000000000000..2ca11054e907 --- /dev/null +++ b/deskutils/toolbox/files/patch-DefaultView.h @@ -0,0 +1,10 @@ +--- DefaultEditor/DefaultView.h.orig 2003-03-28 17:09:41.000000000 +0100 ++++ DefaultEditor/DefaultView.h 2008-05-03 09:50:08.000000000 +0200 +@@ -27,6 +27,7 @@ + #ifndef _Toolbox_DefaultEditor_H_DefaultView + #define _Toolbox_DefaultEditor_H_DefaultView + ++#include <Foundation/NSDictionary.h> + #include <AppKit/NSView.h> + + @class NSOutlineView; |