blob: a518af1807254c94f4088e71bc181e03303fe17c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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
|