diff options
author | Frank M. Kromann <fmk@php.net> | 2000-11-20 22:31:38 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2000-11-20 22:31:38 +0000 |
commit | 19555e57a8d58f60c9ad5580bfce35b7fb1885b4 (patch) | |
tree | 9dc178ae5a0b6b253c1ed0ea2e088a80de6f9a4e /main | |
parent | 67bb9d1ae23fe4c7e4160dabfb4f07b51dccabf1 (diff) | |
download | php-git-19555e57a8d58f60c9ad5580bfce35b7fb1885b4.tar.gz |
removing compiler warning by including credits.h
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 1 |
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> |