summaryrefslogtreecommitdiff
path: root/ports/winnt/include/sys/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/include/sys/ioctl.h')
-rw-r--r--ports/winnt/include/sys/ioctl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/winnt/include/sys/ioctl.h b/ports/winnt/include/sys/ioctl.h
new file mode 100644
index 0000000..6f4b076
--- /dev/null
+++ b/ports/winnt/include/sys/ioctl.h
@@ -0,0 +1,11 @@
+/**************************************************************
+ * Dummy Header for Unix to Windows NT portability
+ * Created for NTP package
+ **************************************************************/
+
+#ifndef _IOCTL_H
+#define _IOCTL_H
+
+#include "win32_io.h"
+
+#endif \ No newline at end of file