blob: 3bb967b6370eb4e3bf1684be8f533c3804d4c040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-eventselect_eventselect.c,v 1.1 2016/03/13 09:06:01 dholland Exp $
Use standard headers.
--- eventselect/eventselect.c~ 1998-09-28 20:26:18.000000000 +0000
+++ eventselect/eventselect.c
@@ -44,4 +44,5 @@ static char rcsid[] = "$Id: eventselect.
#endif
+#include <stdlib.h>
#include "nocol.h"
#include <fcntl.h> /* for O_RDONLY definition */
|