mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 22:15:19 +08:00
openssl02: Fix includes
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user