blob: 3eed1990620948db9bc2dc0e44fb8e95b1d0b298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bl,v 1.1 1999/08/18 23:30:26 thorpej Exp $
--- util/fifo_rdonly_bug.c.orig Tue Aug 17 17:19:00 1999
+++ util/fifo_rdonly_bug.c Tue Aug 17 17:22:45 1999
@@ -31,6 +31,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
+#include <string.h>
#define FIFO_PATH "test-fifo"
#define TRIGGER_DELAY 5
|