[rtems commit] RFS: Include missing header file
Sebastian Huber
sebh at rtems.org
Wed Oct 16 12:38:33 UTC 2013
Module: rtems
Branch: master
Commit: 1f724a030951ce4fdf2d8b7f8344a02e0088aa34
Changeset: http://git.rtems.org/rtems/commit/?id=1f724a030951ce4fdf2d8b7f8344a02e0088aa34
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Oct 16 14:45:00 2013 +0200
RFS: Include missing header file
---
cpukit/libfs/src/rfs/rtems-rfs-rtems.c | 1 +
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 4e3370b..100f70c 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>
More information about the vc
mailing list