Add #include <fcntl.h> to funcs.c.

Reported by Zoltan Puskas; see https://bugs.gentoo.org/889318
This commit is contained in:
Dianne Skoll
2023-01-20 08:15:30 -05:00
parent 0488d689aa
commit d1384a8f69

View File

@@ -27,7 +27,7 @@
#include <ctype.h>
#include <math.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <unistd.h>
#ifdef HAVE_SYS_FILE_H