From dac02006ddf7bd5491ec963621e3fe3da13db8e4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 27 Dec 2009 03:51:38 +0000 Subject: following up on bug report #2921689, fixed a bunch of 'implicit declaration of function' warnings, which could cause problems on 64-bit svn path=/trunk/externals/pdogg/; revision=12846 --- oggamp~/oggamp~.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oggamp~/oggamp~.c b/oggamp~/oggamp~.c index d1ac186..ac488c0 100644 --- a/oggamp~/oggamp~.c +++ b/oggamp~/oggamp~.c @@ -42,7 +42,8 @@ #include #include #include -#ifdef WIN32 +#include +#ifdef _WIN32 #include /* for 'write' in pute-function only */ #include #include -- cgit v1.2.1