Re: Magic numbers in B::Concise
[p5sagit/p5-mst-13.2.git] / vos / vosish.h
index 838bcdf..cc5e464 100644 (file)
@@ -1,4 +1,8 @@
+#ifdef __GNUC__
 #include "../unixish.h"
+#else
+#include "unixish.h"
+#endif
 
 /* The following declaration is an avoidance for posix-950. */
 extern int ioctl (int fd, int request, ...);