From af8557850bad81d3167105cac9af3b9c031a5427 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 10 Feb 2003 00:22:20 +0000 Subject: [PATCH] MFH --- ext/notes/php_notes.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 23c6b4588c..16a459ceb1 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -31,7 +31,12 @@ #include "php_notes.h" #include "ext/standard/info.h" +#ifdef PHP_WIN32 +#include +#else #include +#endif + #include #include #include @@ -58,9 +63,14 @@ #include #include #include - #include + +#ifdef PHP_WIN32 +#include +#else #include +#endif + #include #include #include /* OSPathNetConstruct */ -- 2.50.1