zeek/auxil/vcpkg/ports/chmlib/strings_h.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
243 B
Diff

diff --git a/src/chm_lib.c b/src/chm_lib.c
index 6c6736c..4a3f167 100644
--- a/src/chm_lib.c
+++ b/src/chm_lib.c
@@ -62,7 +62,7 @@
#include <stdio.h>
#endif
-#if __sun || __sgi
+#ifdef CHMLIB_HAVE_STRINGS_H
#include <strings.h>
#endif