From c984c80a7db32df839c9f3f45ddc9a92881161e6 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 16 Jun 2003 12:33:52 +0000 Subject: [PATCH] Hopefully fix win32 build --- ext/hyperwave/hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index 3750c79126..6b83f6c23d 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -34,7 +34,7 @@ #include "SAPI.h" #ifdef PHP_WIN32 -#include +#include #endif #if HYPERWAVE -- 2.50.1