[rtems commit] libtests/flashdisk01: Include missing header file

Sebastian Huber sebh at rtems.org
Wed Oct 16 13:13:38 UTC 2013


Module:    rtems
Branch:    master
Commit:    9e1d6059793c41f6885fcdc2bbdc22ef30d44303
Changeset: http://git.rtems.org/rtems/commit/?id=9e1d6059793c41f6885fcdc2bbdc22ef30d44303

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct 16 15:18:30 2013 +0200

libtests/flashdisk01: Include missing header file

---

 testsuites/libtests/flashdisk01/test-file-system.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/testsuites/libtests/flashdisk01/test-file-system.c b/testsuites/libtests/flashdisk01/test-file-system.c
index 10211c0..b9e13d0 100644
--- a/testsuites/libtests/flashdisk01/test-file-system.c
+++ b/testsuites/libtests/flashdisk01/test-file-system.c
@@ -19,6 +19,7 @@
 #if !BSP_SMALL_MEMORY
 
 #include <sys/types.h>
+#include <sys/param.h>
 #include <sys/stat.h>
 #include <assert.h>
 #include <stdio.h>




More information about the vc mailing list