17 lines
305 B
Text
17 lines
305 B
Text
$NetBSD: patch-ac,v 1.1 2006/01/22 04:21:41 joerg Exp $
|
|
|
|
--- matchrx.c.orig 2006-01-22 04:20:23.000000000 +0000
|
|
+++ matchrx.c
|
|
@@ -22,10 +22,10 @@
|
|
*/
|
|
|
|
|
|
-#include <stdio.h>
|
|
-#include <regex.h>
|
|
#include <stdarg.h>
|
|
#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
+#include <regex.h>
|
|
#include "matchrx.h"
|
|
|
|
int
|