summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2014-12-10 18:28:46 +0100
committertwinaphex2014-12-10 18:28:46 +0100
commit7e7383531b4a3f317e11767f42d0d19c000af660 (patch)
tree8620e041773737f9f5dcf3995e613360366261f2
parentce8e594fc5bd51b2b169453bb5fd9c7ee8c0eec5 (diff)
downloadpicogpsp-7e7383531b4a3f317e11767f42d0d19c000af660.tar.gz
picogpsp-7e7383531b4a3f317e11767f42d0d19c000af660.tar.bz2
picogpsp-7e7383531b4a3f317e11767f42d0d19c000af660.zip
warm.h - change linux/ioctl.h include into sys/ioctl.h include
-rw-r--r--arm/warm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/warm.h b/arm/warm.h
index a3fdd6b..d36367a 100644
--- a/arm/warm.h
+++ b/arm/warm.h
@@ -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'