aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/graphviz/workaround-insufficiently-ugly-wchar-h.patch
blob: f4d8a974e3f629ba3fcecc8238f1623cdcb00808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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