summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/exec.c')
-rw-r--r--ext/standard/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.c b/ext/standard/exec.c
index 943d436af5..b190ea8b98 100644
--- a/ext/standard/exec.c
+++ b/ext/standard/exec.c
@@ -20,7 +20,7 @@
#include <stdio.h>
#include "php.h"
#include <ctype.h>
-#include "php3_string.h"
+#include "php_string.h"
#include "safe_mode.h"
#include "ext/standard/head.h"
#include "exec.h"