summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libcsupport/ChangeLog5
-rw-r--r--cpukit/libcsupport/include/sys/ioccom.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 9e609b3e7b..154aae5300 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-06 Joel Sherrill <joel@OARcorp.com>
+
+ * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
+ Linux port builds.
+
2003-02-05 Till Straumann <strauman@slac.stanford.edu>
PR 340/filesystem
diff --git a/cpukit/libcsupport/include/sys/ioccom.h b/cpukit/libcsupport/include/sys/ioccom.h
index e8a46395c1..4ebffd19cd 100644
--- a/cpukit/libcsupport/include/sys/ioccom.h
+++ b/cpukit/libcsupport/include/sys/ioccom.h
@@ -37,7 +37,7 @@
#ifndef _SYS_IOCCOM_H_
#define _SYS_IOCCOM_H_
-#include <machine/types.h>
+#include <sys/types.h>
/*
* Ioctl's have the command encoded in the lower word, and the size of