From e37ed99c993c4ee3c2407ae4437bacc7b22b3fb0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 15 May 2012 16:25:21 +0200 Subject: Filesystem: Add missing include file --- cpukit/libcsupport/include/sys/ioccom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/libcsupport/include/sys/ioccom.h b/cpukit/libcsupport/include/sys/ioccom.h index 4bbe1bcc79..7f6ff26cf4 100644 --- a/cpukit/libcsupport/include/sys/ioccom.h +++ b/cpukit/libcsupport/include/sys/ioccom.h @@ -34,6 +34,7 @@ #define _SYS_IOCCOM_H_ #include +#include /* * Ioctl's have the command encoded in the lower word, and the size of -- cgit v1.2.3