blob: 4226e1ef246ad91a19ff4f9c2f61761f3447fb4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$FreeBSD$
--- object/Regex.c.orig Wed Dec 18 22:49:17 2002
+++ object/Regex.c Wed Dec 18 22:49:29 2002
@@ -51,8 +51,8 @@
#define REGEX_CODEIT /* only include sysv regex code once.. */
#include "config.h"
-#include "Regex.h"
#include "Malloc.h"
+#include "Regex.h"
/**************************************************
POSIX
|