blob: 68333d84b9facdd885c24742a173538759278224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
--- src/gnetlist.c.orig Sun Jul 8 12:13:54 2001
+++ src/gnetlist.c Mon Jul 16 19:52:44 2001
@@ -20,4 +20,7 @@
#include <config.h>
#include <stdio.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <signal.h>
#ifdef HAVE_UNISTD_H
|