syscalls01: Include missing header file

This commit is contained in:
Sebastian Huber 2013-12-20 14:14:05 +01:00
parent f5f4cad2a1
commit 5feec90475

View File

@ -55,6 +55,7 @@
#define RTEMS_BSD_PROGRAM_NO_PRINTF_WRAP
#include <machine/rtems-bsd-program.h>
#include <rtems.h>
#include <rtems/libcsupport.h>
#define TEST_NAME "LIBBSD SYSCALLS 1"