pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/lambd/files Add a missing include to make the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abd8afbc2f40
branches:  trunk
changeset: 475711:abd8afbc2f40
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun May 23 22:55:39 2004 +0000

description:
Add a missing include to make the package compile on NetBSD 2.0.

diffstat:

 sysutils/lambd/files/lambio.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 36b4318c591b -r abd8afbc2f40 sysutils/lambd/files/lambio.c
--- a/sysutils/lambd/files/lambio.c     Sun May 23 22:47:53 2004 +0000
+++ b/sysutils/lambd/files/lambio.c     Sun May 23 22:55:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lambio.c,v 1.1 2001/07/18 06:47:37 itojun Exp $        */
+/*     $NetBSD: lambio.c,v 1.2 2004/05/23 22:55:39 kristerw Exp $      */
 
 /*
  * Copyright (C) 2001 WIDE Project.  All rights reserved.
@@ -34,6 +34,7 @@
 #include <net/if_dl.h>
 #include <net/if_ether.h>
 #include <ifaddrs.h>
+#include <string.h>
 
 #include <machine/sysarch.h>
 #include <machine/pio.h>



Home | Main Index | Thread Index | Old Index