summaryrefslogtreecommitdiff
path: root/regex/regexec.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-01-24 23:11:15 +0000
committerAntony Dovgal <tony2001@php.net>2008-01-24 23:11:15 +0000
commitab8436fc870fdc38c88f1509728068406fa0c559 (patch)
treef8200f138609d255abf12e0e575cfb07038f502a /regex/regexec.c
parent6b7d50ead441e6dac96d3efc6abfb0aad22e491a (diff)
downloadphp-git-ab8436fc870fdc38c88f1509728068406fa0c559.tar.gz
MFH
Diffstat (limited to 'regex/regexec.c')
-rw-r--r--regex/regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/regexec.c b/regex/regexec.c
index bbfe094c96..c1fdfe0e03 100644
--- a/regex/regexec.c
+++ b/regex/regexec.c
@@ -11,8 +11,8 @@
#include <string.h>
#include <limits.h>
#include <ctype.h>
-#include <regex.h>
+#include "regex.h"
#include "utils.h"
#include "regex2.h"