openbsd-ports/devel/liboop/patches/patch-select_c

12 lines
268 B
Plaintext
Raw Normal View History

$OpenBSD: patch-select_c,v 1.1 2008/11/22 09:37:44 jasper Exp $
--- select.c.orig Sat Nov 22 00:29:11 2008
+++ select.c Sat Nov 22 00:29:29 2008
@@ -7,6 +7,7 @@
#include "oop.h"
#include <assert.h>
+#include <string.h>
struct select_set {
fd_set rfd,wfd,xfd;