From db96a2818bec6367d73630f4874b057fa7f9f94b Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 1 Sep 2006 18:06:34 +0000 Subject: [PATCH] * sim/ucsim/cmd.src/cmdutil.cc: #include and to make ppc-osx happy git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4353 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ sim/ucsim/cmd.src/cmdutil.cc | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 01e5afc9..f94884a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-01 Borut Razem + + * sim/ucsim/cmd.src/cmdutil.cc: #include and + to make ppc-osx happy + 2006-08-31 Borut Razem * sim/ucsim/cmd.src/newcmdposix.cc: #include diff --git a/sim/ucsim/cmd.src/cmdutil.cc b/sim/ucsim/cmd.src/cmdutil.cc index c6820e9b..067a3afc 100644 --- a/sim/ucsim/cmd.src/cmdutil.cc +++ b/sim/ucsim/cmd.src/cmdutil.cc @@ -32,6 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include +#include #include #ifdef SOCKET_AVAIL # include HEADER_SOCKET @@ -40,6 +41,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA # include # endif #endif +#ifdef HAVE_UNISTD_H +#include +#endif #ifdef _WIN32 #include #endif -- 2.30.2