12 lines
155 B
C
12 lines
155 B
C
|
--- match.c.orig
|
||
|
+++ match.c
|
||
|
@@ -34,6 +34,8 @@
|
||
|
* "awf" copyright notice.]
|
||
|
*/
|
||
|
|
||
|
+#include <string.h>
|
||
|
+
|
||
|
/* match.c: pattern matching routines */
|
||
|
|
||
|
|