diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-12-22 21:40:34 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-12-22 21:40:34 +0000 |
commit | e2a0567c9c8419345d2277f0a974d36a77708f9a (patch) | |
tree | 8f7ae7ad106847efdc9ce414f5e36af715f17fc4 /graphics/gtkfig/files/patch-src::texteditbox.cc | |
parent | Fix build on -current. (diff) |
Fix build on -CURRENT.
PR: ports/46474
Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
Notes
Notes:
svn path=/head/; revision=71806
Diffstat (limited to 'graphics/gtkfig/files/patch-src::texteditbox.cc')
-rw-r--r-- | graphics/gtkfig/files/patch-src::texteditbox.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gtkfig/files/patch-src::texteditbox.cc b/graphics/gtkfig/files/patch-src::texteditbox.cc new file mode 100644 index 000000000000..f8cc5a0945dd --- /dev/null +++ b/graphics/gtkfig/files/patch-src::texteditbox.cc @@ -0,0 +1,10 @@ +--- src/texteditbox.cc.orig Mon Dec 23 04:02:07 2002 ++++ src/texteditbox.cc Mon Dec 23 04:02:22 2002 +@@ -5,6 +5,7 @@ + \********************************/ + + #include <stdlib.h> ++#include <string.h> + #include <gtk/gtk.h> + #include <gdk/gdkkeysyms.h> + |