diff options
author | twinaphex | 2014-12-10 18:28:46 +0100 |
---|---|---|
committer | twinaphex | 2014-12-10 18:28:46 +0100 |
commit | 7e7383531b4a3f317e11767f42d0d19c000af660 (patch) | |
tree | 8620e041773737f9f5dcf3995e613360366261f2 /arm | |
parent | ce8e594fc5bd51b2b169453bb5fd9c7ee8c0eec5 (diff) | |
download | picogpsp-7e7383531b4a3f317e11767f42d0d19c000af660.tar.gz picogpsp-7e7383531b4a3f317e11767f42d0d19c000af660.tar.bz2 picogpsp-7e7383531b4a3f317e11767f42d0d19c000af660.zip |
warm.h - change linux/ioctl.h include into sys/ioctl.h include
Diffstat (limited to 'arm')
-rw-r--r-- | arm/warm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |