diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-30 14:06:56 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-30 14:06:56 +0000 |
commit | c6abd12db76625fa21045f824b10d0e92dd24d79 (patch) | |
tree | 0505533c5112a04293f9352f4f00c996cfd89d5b /net/gabber/files/patch-ak | |
parent | 80477575fdfe42e84c5d12e8488ff8dbc1f5b7d0 (diff) |
Notes
Diffstat (limited to 'net/gabber/files/patch-ak')
-rw-r--r-- | net/gabber/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gabber/files/patch-ak b/net/gabber/files/patch-ak new file mode 100644 index 000000000000..6edc8c35475d --- /dev/null +++ b/net/gabber/files/patch-ak @@ -0,0 +1,11 @@ +--- src/GabberUtility.cc.orig Thu Jan 18 12:39:58 2001 ++++ src/GabberUtility.cc Thu Jan 18 12:40:12 2001 +@@ -1,7 +1,7 @@ + + #include "GabberUtility.hh" + #include "Gabber.hh" +-#include "e-unicode.h" ++#include <gal/widgets/e-unicode.h> + + using namespace jabberoo; + |