ports/editors/axe/patches/patch-Widgets_match_c

12 lines
183 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Widgets/match.c
--- Widgets/match.c.orig
+++ Widgets/match.c
@@ -36,6 +36,7 @@
/* match.c: pattern matching routines */
+#include <string.h>
static int rangematch();