mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
12 lines
326 B
C
12 lines
326 B
C
--- 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
|