13 lines
228 B
Text
13 lines
228 B
Text
|
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) {
|