From bffc6b42e9ce3a7e38e9e53fb666da53645fe09b Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 24 Feb 2005 11:30:05 +0000 Subject: Huh ? Normalizing (again) crlfs.... --- lib/Exceptions.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Exceptions.cc b/lib/Exceptions.cc index acc948c..f8dae62 100644 --- a/lib/Exceptions.cc +++ b/lib/Exceptions.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Exceptions.cc,v 1.38 2005-02-17 08:33:50 pixel Exp $ */ +/* $Id: Exceptions.cc,v 1.39 2005-02-24 11:30:05 pixel Exp $ */ #include #include @@ -178,6 +178,10 @@ int xpipe(int *, int) throw (GeneralException) { } #endif +#ifdef _WIN32 +#include +#endif + int xdup(int h) throw(GeneralException) { #ifdef __MIPSEL__ throw GeneralException(_("Dup isn't supported on PlayStation2 yet")); -- cgit v1.2.3