Check for sys/ioctl.h.
This commit is contained in:
parent
aeb0cdb9fb
commit
13eae8ef2c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue