* sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
[fw/sdcc] / sim / ucsim / cmd.src / newcmdposix.cc
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