warm.h - change linux/ioctl.h include into sys/ioctl.h include

This commit is contained in:
twinaphex 2014-12-10 18:28:46 +01:00
parent ce8e594fc5
commit 7e7383531b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void warm_finish(void);
/* internal */
#ifdef WARM_CODE
#include <linux/ioctl.h>
#include <sys/ioctl.h>
#define WARM_IOCTL_BASE 'A'