summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 8700bb3f4a..7f56d03a22 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -37,7 +37,7 @@
#include <stdio.h>
#include "php.h"
#include "reg.h"
-#include "post.h"
+#include "functions/post.h"
#include "php3_string.h"
#if HAVE_SETLOCALE
#include <locale.h>