2004-08-07 07:40:19 +00:00
|
|
|
--- src/rstring.c.orig Sat Aug 7 03:01:05 2004
|
|
|
|
+++ src/rstring.c Sat Aug 7 03:02:12 2004
|
|
|
|
@@ -30,7 +30,6 @@
|
2003-09-28 10:05:32 +00:00
|
|
|
#include <string.h>
|
2004-08-07 07:40:19 +00:00
|
|
|
#include <stdarg.h>
|
|
|
|
#include <sys/types.h>
|
2003-09-28 10:05:32 +00:00
|
|
|
-#include <regex.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
|
2004-08-07 07:40:19 +00:00
|
|
|
@@ -38,6 +37,7 @@
|
2003-09-28 10:05:32 +00:00
|
|
|
#include "rarray.h"
|
|
|
|
#include "rstring.h"
|
|
|
|
#include "error.h"
|
|
|
|
+#include <regex.h>
|
|
|
|
#include "memchunk.h"
|
2004-08-07 07:40:19 +00:00
|
|
|
#include "str.h"
|
2003-09-28 10:05:32 +00:00
|
|
|
|