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
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

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