summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-07-21 19:55:24 +0000
committerAndrey Hristov <andrey@php.net>1999-07-21 19:55:24 +0000
commite6fadabf43f181dc2f9280c926f82f615876b475 (patch)
tree08a21192378c02ec06592c0a8f3d7bbb276cf9f5
parent56402ec375711ffb9fd95b4f22127069213fe28e (diff)
downloadphp-git-e6fadabf43f181dc2f9280c926f82f615876b475.tar.gz
Fix for bug #1806
-rw-r--r--ext/fdf/fdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c
index eac48ba413..bc7568ebb9 100644
--- a/ext/fdf/fdf.c
+++ b/ext/fdf/fdf.c
@@ -28,7 +28,7 @@
#endif
#include "php.h"
-#include "head.h"
+#include "ext/standard/head.h"
#include <math.h>
#include "php3_fdf.h"