Forgot to include libs

This commit is contained in:
Jacob 2023-08-08 21:06:59 +02:00
parent 1dbbced25c
commit bf43f41793

View file

@ -1,6 +1,10 @@
/* See LICENSE file for copyright and license details. */
#if FIFO
#include <fcntl.h>
#include <sys/stat.h>
static void init_fifo(void);
static void execute_fifo_cmd(void);
static int done = 1;