mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix includes
This commit is contained in:
parent
694524cb6f
commit
3f616a47c8
1 changed files with 3 additions and 2 deletions
|
|
@ -7,11 +7,12 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <termios.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <termios.h>
|
|
||||||
#include "xymodem.h"
|
#include "xymodem.h"
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue