From 9a731118d32fae30b77db684778aa25becbcc970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U-WIN-U2045GN0RNQ=5CV=C3=ADtor=20Santos=20Costa?= Date: Fri, 21 Oct 2011 19:12:40 +0100 Subject: [PATCH] fix changes in paths. --- H/pl-incl.h | 2 +- os/pl-stream.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/H/pl-incl.h b/H/pl-incl.h index 93188ac03..a97582d97 100644 --- a/H/pl-incl.h +++ b/H/pl-incl.h @@ -7,7 +7,7 @@ #ifdef __WINDOWS__ #include -#include +#include #define O_HASDRIVES 1 #define O_HASSHARES 1 #endif diff --git a/os/pl-stream.c b/os/pl-stream.c index a6974add4..4ef6e148b 100644 --- a/os/pl-stream.c +++ b/os/pl-stream.c @@ -23,7 +23,7 @@ */ #if defined(__WINDOWS__)||defined(__WIN32) -#include +#include #ifndef _YAP_NOT_INSTALLED_ #ifdef WIN64 #define MD "config/win64.h"