Check for sys/ioctl.h.

This commit is contained in:
Steven Edwards 2002-05-21 18:33:56 +00:00 committed by Alexandre Julliard
parent aeb0cdb9fb
commit 13eae8ef2c
1 changed files with 5 additions and 0 deletions

View File

@ -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>