mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
fxlink: add missing <unistd.h> to tui/tui-interactive.c
This commit is contained in:
parent
0c0eb7f4f5
commit
394d05726d
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/*
|
||||
Plan for the TUI command set.
|
||||
|
|
Loading…
Reference in a new issue