warm.h - change linux/ioctl.h include into sys/ioctl.h include
This commit is contained in:
parent
ce8e594fc5
commit
7e7383531b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void warm_finish(void);
|
||||||
/* internal */
|
/* internal */
|
||||||
#ifdef WARM_CODE
|
#ifdef WARM_CODE
|
||||||
|
|
||||||
#include <linux/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
#define WARM_IOCTL_BASE 'A'
|
#define WARM_IOCTL_BASE 'A'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue