zeek/auxil/vcpkg/ports/graphviz/workaround-insufficiently-ugly-wchar-h.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
277 B
Diff

diff --git a/lib/expr/expr.h b/lib/expr/expr.h
index 3d7fbd6..d6cfb53 100644
--- a/lib/expr/expr.h
+++ b/lib/expr/expr.h
@@ -36,6 +36,7 @@ extern "C" {
#include <stddef.h>
#include <stdio.h>
#include <vmalloc/vmalloc.h>
+#include <wchar.h>
#define EX_VERSION 20000101L