blob: 6072e36deba5cb76a176d262680c8661d373e034 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1.1.1 2004/01/09 23:03:20 cube Exp $
--- ioncore/event.c.orig 2003-03-09 12:17:40.000000000 +0100
+++ ioncore/event.c
@@ -15,6 +15,7 @@
#include "readfds.h"
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <sys/time.h>
|