mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-06 21:50:28 +08:00
openssl02: Fix includes
This commit is contained in:
parent
5ae5e07676
commit
24c05c8ab0
@ -30,21 +30,17 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sysexits.h>
|
#include <sysexits.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <machine/rtems-bsd-commands.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 TEST_NAME "LIBBSD OPENSSL 2"
|
||||||
|
|
||||||
#define ARGC(x) RTEMS_BSD_ARGC(x)
|
#define ARGC(x) RTEMS_BSD_ARGC(x)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user