[rtems commit] fstests/fsstatvfs: Include missing header file

Sebastian Huber sebh at rtems.org
Tue Feb 4 06:03:21 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb  4 06:03:15 2020 +0100

fstests/fsstatvfs: Include missing header file

---

 testsuites/fstests/fsstatvfs/test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/fstests/fsstatvfs/test.c b/testsuites/fstests/fsstatvfs/test.c
index 5314749..2dc7998 100644
--- a/testsuites/fstests/fsstatvfs/test.c
+++ b/testsuites/fstests/fsstatvfs/test.c
@@ -13,6 +13,7 @@
 #include <sys/statvfs.h>
 #include <string.h>
 #include <fcntl.h>
+#include <unistd.h>
 
 #include "fstest.h"
 #include "fs_config.h"



More information about the vc mailing list