Commit 13eae8ef authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Check for sys/ioctl.h.

parent aeb0cdb9
......@@ -36,9 +36,14 @@ HKEY_DYN_DATA
(default)=number of host adapters
hHHcCCtTTdDD=linux device name
*/
#include "config.h"
#include <stdio.h>
#include <sys/types.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#include <fcntl.h>
#include <dirent.h>
#include <unistd.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment