openssl02: Fix includes

This commit is contained in:
Sebastian Huber 2019-03-28 13:37:37 +01:00
parent 5ae5e07676
commit 24c05c8ab0

View File

@ -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)