12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
|
$OpenBSD: patch-matchrx_c,v 1.1.1.1 2003/08/23 19:24:50 sturm Exp $
|
||
|
--- matchrx.c.orig 2003-08-13 20:54:57.000000000 +0200
|
||
|
+++ matchrx.c 2003-08-13 20:55:08.000000000 +0200
|
||
|
@@ -26,6 +26,7 @@
|
||
|
#include <regex.h>
|
||
|
#include <stdarg.h>
|
||
|
#include <stdlib.h>
|
||
|
+#include <string.h>
|
||
|
#include "matchrx.h"
|
||
|
|
||
|
int
|