[rtems commit] Filesystem: Add missing include file <stdint.h>
Sebastian Huber
sebh at rtems.org
Tue May 15 14:25:40 UTC 2012
Module: rtems
Branch: master
Commit: e37ed99c993c4ee3c2407ae4437bacc7b22b3fb0
Changeset: http://git.rtems.org/rtems/commit/?id=e37ed99c993c4ee3c2407ae4437bacc7b22b3fb0
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue May 15 16:25:21 2012 +0200
Filesystem: Add missing include file <stdint.h>
---
cpukit/libcsupport/include/sys/ioccom.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cpukit/libcsupport/include/sys/ioccom.h b/cpukit/libcsupport/include/sys/ioccom.h
index 4bbe1bc..7f6ff26 100644
--- a/cpukit/libcsupport/include/sys/ioccom.h
+++ b/cpukit/libcsupport/include/sys/ioccom.h
@@ -34,6 +34,7 @@
#define _SYS_IOCCOM_H_
#include <sys/types.h>
+#include <stdint.h>
/*
* Ioctl's have the command encoded in the lower word, and the size of
More information about the vc
mailing list