* sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 Aug 2006 12:51:59 +0000 (12:51 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 Aug 2006 12:51:59 +0000 (12:51 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4350 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
sim/ucsim/cmd.src/newcmdposix.cc

index 7b92897f1366756e32112ec8cf1705459e3f0430..c03c548a1941aaee6091928723c0292e4a4fd066 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-31 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
+
 2006-08-30 Borut Razem <borut.razem AT siol.net>
 
        * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
index 0ad9a533520b4d8c86cea3d2eef491932427f6ec..51c975e9c7f660a6560542363738b0c23ceabc4d 100644 (file)
@@ -32,6 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <errno.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <assert.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #ifdef SOCKET_AVAIL