Re: Magic numbers in B::Concise
[p5sagit/p5-mst-13.2.git] / vos / vosish.h
CommitLineData
196918b0 1#ifdef __GNUC__
36df99d6 2#include "../unixish.h"
196918b0 3#else
4#include "unixish.h"
5#endif
868439a2 6
7/* The following declaration is an avoidance for posix-950. */
8extern int ioctl (int fd, int request, ...);