blob: 2de5aa8e4267c82e53d5dbffd94cc0a96c318df2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- object/Regex.c.orig 2003-08-18 16:58:55 UTC
+++ object/Regex.c
@@ -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
|