VMS-specific patch.
Perl 5 Porters [Thu, 8 Feb 1996 01:11:42 +0000 (01:11 +0000)]
ext/Fcntl/Fcntl.xs

index dfdf099..90f3af5 100644 (file)
@@ -2,7 +2,11 @@
 #include "perl.h"
 #include "XSUB.h"
 
-#include <fcntl.h>
+#ifdef VMS
+#  include <file.h>
+#else
+#  include <fcntl.h>
+#endif
 
 /* This comment is a kludge to get metaconfig to see the symbols
     VAL_O_NONBLOCK