From: MaartenBrock Date: Fri, 28 Apr 2006 13:06:43 +0000 (+0000) Subject: * support/librarian/sdcclib.c: moved include up to enable X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8a5910e9d3a976d69cafe3506636a9d51c336f34;p=fw%2Fsdcc * support/librarian/sdcclib.c: moved include up to enable compilation with MSVC 2005 Express Edition (VC8) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4132 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 7ccdf670..04eb4cb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-26 Maarten Brock + + * support/librarian/sdcclib.c: moved include up to enable + compilation with MSVC 2005 Express Edition (VC8) + 2006-04-26 Bernhard Held * device/lib/Makefile: fixed build of gbz80 lib diff --git a/support/librarian/sdcclib.c b/support/librarian/sdcclib.c index 7598431f..70d1bda6 100644 --- a/support/librarian/sdcclib.c +++ b/support/librarian/sdcclib.c @@ -15,11 +15,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define _POSIX_ +#include #include #include #include -#define _POSIX_ -#include #if !defined(__BORLANDC__) && !defined(_MSC_VER) #include #endif