Skip to content

Commit 6a13350

Browse files
committed
wbxml2: strcasecmp(3) needs <strings.h>
1 parent 6859cb9 commit 6a13350

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

textproc/wbxml2/distinfo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ SHA512 (wbxml2-0.9.2.tar.gz) = 60d6728bb26e4f9f4b9008cfa86e73d48373931d4ca1800d9
55
Size (wbxml2-0.9.2.tar.gz) = 304115 bytes
66
SHA1 (patch-aa) = f508c228ecb0778121a07bad6069c0966188f8fc
77
SHA1 (patch-configure.in) = a4e126689f113eadcd2ba40c2a8512d4b29e4bfd
8+
SHA1 (patch-src_wbxml.h) = c54967b711abe33c3856c7f40bb09027ae4fb555
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
$NetBSD$
2+
3+
Include <strings.h> for strcasecmp.
4+
5+
--- src/wbxml.h.orig 2025-12-20 14:45:23.322281989 +0000
6+
+++ src/wbxml.h
7+
@@ -47,6 +47,7 @@
8+
*/
9+
#include <stdlib.h>
10+
#include <string.h>
11+
+#include <strings.h>
12+
13+
14+
/** @addtogroup wbxml

0 commit comments

Comments
 (0)