ports/devel/libowfat/patches/patch-io_iom_init_c

13 lines
228 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: io/iom_init.c
--- io/iom_init.c.orig
+++ io/iom_init.c
@@ -6,6 +6,8 @@
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
+#include <fcntl.h>
+#include <unistd.h>
#endif
int iom_init(iomux_t* c) {