[rtems-libbsd commit] openssl02: Fix includes
    Sebastian Huber 
    sebh at rtems.org
       
    Fri Mar 29 06:06:33 UTC 2019
    
    
  
Module:    rtems-libbsd
Branch:    5-freebsd-12
Commit:    24c05c8ab0496e052bb35c560920896d703901f2
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=24c05c8ab0496e052bb35c560920896d703901f2
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar 28 13:37:37 2019 +0100
openssl02: Fix includes
---
 testsuite/openssl02/test_main.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/testsuite/openssl02/test_main.c b/testsuite/openssl02/test_main.c
index ccd48dc..94a735b 100644
--- a/testsuite/openssl02/test_main.c
+++ b/testsuite/openssl02/test_main.c
@@ -30,21 +30,17 @@
  */
 
 #include <sys/param.h>
-
+#include <sys/stat.h>
 #include <assert.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sysexits.h>
+#include <unistd.h>
 
 #include <machine/rtems-bsd-commands.h>
 
-#include <rtems/libcsupport.h>
-#include <rtems/bsd/modules.h>
-
-#include <sys/stat.h>
-#include <fcntl.h>
-
 #define TEST_NAME "LIBBSD OPENSSL 2"
 
 #define ARGC(x) RTEMS_BSD_ARGC(x)
    
    
More information about the vc
mailing list