mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-07-11 22:17:32 +02: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 <stdlib.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Plan for the TUI command set.
|
Plan for the TUI command set.
|
||||||
|
|
Loading…
Add table
Reference in a new issue