* device/lib/Makefile.in (Z80SOURCES): enabled float support
[fw/sdcc] / sim / ucsim / app.cc
index f357afefc29766e67761d318cd05b626f8251177..6e7dcdacf77f2a0660769c3cbf8d7969065bf3cd 100644 (file)
@@ -30,12 +30,14 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#include <unistd.h>
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
 #ifdef HAVE_GETOPT_H
 # include <getopt.h>
 #endif
 #ifdef SOCKET_AVAIL
-#include <sys/socket.h>
+# include HEADER_SOCKET
 #endif
 #include <ctype.h>
 #include <errno.h>