summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-16 14:45:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-16 14:45:00 +0200
commit1f724a030951ce4fdf2d8b7f8344a02e0088aa34 (patch)
tree11db8e8cfc123657d4a659cd1755d833428bb7de /cpukit
parentdoc: Document format in conf.t (diff)
downloadrtems-1f724a030951ce4fdf2d8b7f8344a02e0088aa34.tar.bz2
RFS: Include missing header file
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
index 4e3370b04a..100f70c538 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
@@ -20,6 +20,7 @@
#include "config.h"
#endif
+#include <sys/param.h>
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>