701337dbd4
PR: 179584 Submitted by: Ports Fury
11 lines
155 B
C
11 lines
155 B
C
--- match.c.orig
|
|
+++ match.c
|
|
@@ -34,6 +34,8 @@
|
|
* "awf" copyright notice.]
|
|
*/
|
|
|
|
+#include <string.h>
|
|
+
|
|
/* match.c: pattern matching routines */
|
|
|
|
|