fxlink: add missing <unistd.h> to tui/tui-interactive.c

This commit is contained in:
Lephenixnoir 2023-03-28 21:43:59 +02:00
parent 0c0eb7f4f5
commit 394d05726d
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <stdlib.h>
#include <signal.h>
#include <errno.h>
#include <unistd.h>
/*
Plan for the TUI command set.