Fixed references to BuildCmdLine and my_system
[fw/sdcc] / support / Util / MySystem.c
index bae66caadf99658d3b8a0a777c854994b0f0f4f4..411b11ffd9e2a24c5426dbbb177c3f5d54674068 100644 (file)
 
 #include "common.h"
 #include "newalloc.h"
+#if defined(_MSC_VER)
 #include <io.h>
+#else
+#include <sys/stat.h>
+#endif
 
 #define X_OK 1