summaryrefslogtreecommitdiff
path: root/print/advi/patches/patch-aa
blob: 712ef3aaefbe4004feb6467e688798640123658c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2003/08/31 01:43:30 jtb Exp $

--- events.c.orig	2003-08-18 23:51:17.000000000 +0100
+++ events.c	2003-08-18 23:51:40.000000000 +0100
@@ -17,6 +17,7 @@
 #include <caml/alloc.h>
 #include <sys/types.h>
 #include <sys/time.h>
+#include <unistd.h>
 #ifdef HAS_SYS_SELECT_H
 #include <sys/select.h>
 #endif