[rtems-libbsd commit] testsuite/rcconf01: Add missing include

Sebastian Huber sebh at rtems.org
Mon May 30 14:18:18 UTC 2016


Module:    rtems-libbsd
Branch:    master
Commit:    f70f9f5013db84cc1bd2db67e5ec297ef4bccdc0
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=f70f9f5013db84cc1bd2db67e5ec297ef4bccdc0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May 30 16:00:07 2016 +0200

testsuite/rcconf01: Add missing include

---

 testsuite/rcconf01/test_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/rcconf01/test_main.c b/testsuite/rcconf01/test_main.c
index df1b35f..8f1cf2f 100644
--- a/testsuite/rcconf01/test_main.c
+++ b/testsuite/rcconf01/test_main.c
@@ -27,6 +27,7 @@
 
 #include <assert.h>
 #include <errno.h>
+#include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/stat.h>



More information about the vc mailing list