summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2000-11-20 22:31:38 +0000
committerFrank M. Kromann <fmk@php.net>2000-11-20 22:31:38 +0000
commit19555e57a8d58f60c9ad5580bfce35b7fb1885b4 (patch)
tree9dc178ae5a0b6b253c1ed0ea2e088a80de6f9a4e /main
parent67bb9d1ae23fe4c7e4160dabfb4f07b51dccabf1 (diff)
downloadphp-git-19555e57a8d58f60c9ad5580bfce35b7fb1885b4.tar.gz
removing compiler warning by including credits.h
Diffstat (limited to 'main')
-rw-r--r--main/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index 325a9802b5..4375e91fda 100644
--- a/main/main.c
+++ b/main/main.c
@@ -51,6 +51,7 @@
#include "fopen-wrappers.h"
#include "ext/standard/php_standard.h"
#include "php_variables.h"
+#include "ext/standard/credits.h"
#ifdef PHP_WIN32
#include <io.h>
#include <fcntl.h>