diff options
Diffstat (limited to 'nt/inc/sys/ioctl.h')
-rw-r--r-- | nt/inc/sys/ioctl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/inc/sys/ioctl.h b/nt/inc/sys/ioctl.h new file mode 100644 index 00000000000..5294e1b5f85 --- /dev/null +++ b/nt/inc/sys/ioctl.h @@ -0,0 +1,5 @@ +/*
+ * sys\ioctl.h doesn't exist on NT...rather than including it conditionally
+ * in many of the source files, we just extend the include path so that the
+ * compiler will pick this up empty header instead.
+ */
|