Re: Magic numbers in B::Concise
[p5sagit/p5-mst-13.2.git] / vos / vosish.h
index 8698213..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, ...);