projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23752b
)
[!WITH_REGEX]: Include rx.h.
author
Jim Meyering
<jim@meyering.net>
Wed, 9 Oct 1996 11:55:22 +0000
(11:55 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 9 Oct 1996 11:55:22 +0000
(11:55 +0000)
From Andreas Schwab.
lib/rpmatch.c
patch
|
blob
|
history
diff --git
a/lib/rpmatch.c
b/lib/rpmatch.c
index 65674b6ab3095a0d5cc2408719926b602cad4086..868f714a1304166c28f83febec62b0457fbee79a 100644
(file)
--- a/
lib/rpmatch.c
+++ b/
lib/rpmatch.c
@@
-30,7
+30,11
@@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#endif
#include <sys/types.h>
-#include <regex.h>
+#ifdef WITH_REGEX
+# include <regex.h>
+#else
+# include <rx.h>
+#endif
#if ENABLE_NLS
# include <libintl.h>