More implementation code.
[wrappi.git] / APIs / mknod.api
index 85c6458..07d2cca 100644 (file)
@@ -25,6 +25,7 @@ void mknod_char (pathname path, fileperm perm, uint64 major, uint64 minor)
   }
   return 0;
 >>
+includes [ "sys/types.h"; "sys/stat.h"; "fcntl.h"; "unistd.h" ]
 
 (*
 mknod_block