diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-08-05 21:26:26 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-08-05 21:26:26 +0000 |
commit | b6dfc222022916f2480f7be9145d9ea01f4f16b8 (patch) | |
tree | 645a4bd5dafebe28b647b7b2b3d57aab5779b080 /misc/mc/files/patch-src::treestore.h | |
parent | - PERL -> REINPLACE_CMD (diff) |
- upgrade to 4.1.55
- always build internal editor
- sync with /usr/ports/x11-fm/gnomemc
- take maintainership
Notes
Notes:
svn path=/head/; revision=64068
Diffstat (limited to 'misc/mc/files/patch-src::treestore.h')
-rw-r--r-- | misc/mc/files/patch-src::treestore.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/mc/files/patch-src::treestore.h b/misc/mc/files/patch-src::treestore.h new file mode 100644 index 000000000000..4d33854591fb --- /dev/null +++ b/misc/mc/files/patch-src::treestore.h @@ -0,0 +1,14 @@ + +$FreeBSD: /tmp/pcvs/ports/misc/mc/files/Attic/patch-src::treestore.h,v 1.1 2002-08-05 21:26:26 fjoe Exp $ + +--- src/treestore.h 2001/12/14 08:39:52 1.1 ++++ src/treestore.h 2001/12/14 08:40:21 +@@ -1,6 +1,8 @@ + #ifndef __TREE_STORE_H + #define __TREE_STORE_H + ++#include <glib.h> ++ + /* Default filenames for the tree */ + + #ifdef OS2_NT |