summaryrefslogtreecommitdiff
path: root/www/libgtkhtml/patches/patch-aa
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-12-15 12:10:45 +0000
committerrillig <rillig@pkgsrc.org>2008-12-15 12:10:45 +0000
commitf854a0b9050a8c3e7d24eb8e6ed616debe1a78f7 (patch)
tree785701737eb59d78fba048f6967fb1832371274f /www/libgtkhtml/patches/patch-aa
parentb00a33c4c082f197d7cea567cbbcab38d997e687 (diff)
downloadpkgsrc-f854a0b9050a8c3e7d24eb8e6ed616debe1a78f7.tar.gz
Added a missing include.
Diffstat (limited to 'www/libgtkhtml/patches/patch-aa')
-rw-r--r--www/libgtkhtml/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/libgtkhtml/patches/patch-aa b/www/libgtkhtml/patches/patch-aa
new file mode 100644
index 00000000000..a2d12197d5a
--- /dev/null
+++ b/www/libgtkhtml/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2008/12/15 12:10:45 rillig Exp $
+
+strlen and memset are in <string.h>, not in <strings.h>.
+
+http://bugzilla.gnome.org/show_bug.cgi?id=564598
+
+--- libgtkhtml/layout/htmlboxlistitem.c.orig 2003-07-01 10:03:11.000000000 +0200
++++ libgtkhtml/layout/htmlboxlistitem.c 2008-12-15 13:00:30.000000000 +0100
+@@ -20,6 +20,7 @@
+ Boston, MA 02111-1307, USA.
+ */
+
++#include <string.h>
+ #include <strings.h>
+
+ #include "htmlboxtext.h"