mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
Index: src/spipe.c
|
|
--- src/spipe.c.orig
|
|
+++ src/spipe.c
|
|
@@ -12,6 +12,7 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
+#include <sys/select.h>
|
|
#include <assert.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|