void-packages/srcpkgs/catgirl/patches/add-missing-include.patch

11 lines
178 B
Diff
Raw Normal View History

2021-08-09 19:44:56 +00:00
--- a/ui.c
+++ b/ui.c
@@ -47,6 +47,7 @@
#include <unistd.h>
#include <wchar.h>
#include <wctype.h>
+#include <sys/file.h>
#ifdef __FreeBSD__
#include <capsicum_helpers.h>