aboutsummaryrefslogtreecommitdiff
path: root/mail/elmo-devel/files/patch-src_rstring.c
blob: 3d8e793afaabc04dcbfd4f9ad858705f3d14ae87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$FreeBSD$

--- src/rstring.c.orig	Sat Sep  6 01:58:14 2003
+++ src/rstring.c	Sun Sep 28 02:57:41 2003
@@ -29,7 +29,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <regex.h>
 #include <errno.h>
 #include <ctype.h>
 
@@ -37,6 +36,7 @@
 #include "rarray.h"
 #include "rstring.h"
 #include "error.h"
+#include <regex.h>
 #include "memchunk.h"
 
 /****************************************************************************