summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2005-02-24 11:30:05 +0000
committerpixel <pixel>2005-02-24 11:30:05 +0000
commitbffc6b42e9ce3a7e38e9e53fb666da53645fe09b (patch)
tree879f09b8d4b09e36c8b4bb2dac390cdaf323a119
parentc464b8d5e3f36c7ebe8aafb3be016affc0b23ef1 (diff)
Huh ? Normalizing (again) crlfs....
-rw-r--r--lib/Exceptions.cc6
1 files changed, 5 insertions, 1 deletions
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 <string.h>
#include <errno.h>
@@ -178,6 +178,10 @@ int xpipe(int *, int) throw (GeneralException) {
}
#endif
+#ifdef _WIN32
+#include <io.h>
+#endif
+
int xdup(int h) throw(GeneralException) {
#ifdef __MIPSEL__
throw GeneralException(_("Dup isn't supported on PlayStation2 yet"));