tests/termios: Fix warnings

This commit is contained in:
Sebastian Huber 2018-08-20 15:19:37 +02:00
parent 1d99262f59
commit 8e35aaa9df

View File

@ -7,14 +7,22 @@
* http://www.rtems.org/license/LICENSE. * http://www.rtems.org/license/LICENSE.
*/ */
#include <machine/rtems-bsd-kernel-space.h>
#include <sys/param.h>
#include <sys/tty.h>
#include <sys/ttydisc.h>
#include <assert.h> #include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rtems/console.h> #include <rtems/console.h>
#include <rtems/dumpbuf.h>
#include <rtems/shell.h> #include <rtems/shell.h>
#include <rtems/bsd/bsd.h> #include <rtems/bsd/bsd.h>