Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser Reinstate include of netdb.h, needed on some...



details:   https://anonhg.NetBSD.org/src/rev/7c2d792001f9
branches:  trunk
changeset: 797228:7c2d792001f9
user:      justin <justin%NetBSD.org@localhost>
date:      Thu Jul 10 08:17:43 2014 +0000

description:
Reinstate include of netdb.h, needed on some cross builds

diffstat:

 lib/librumpuser/rumpuser.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f00b86275ec9 -r 7c2d792001f9 lib/librumpuser/rumpuser.c
--- a/lib/librumpuser/rumpuser.c        Thu Jul 10 06:27:15 2014 +0000
+++ b/lib/librumpuser/rumpuser.c        Thu Jul 10 08:17:43 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpuser.c,v 1.60 2014/07/09 23:41:40 justin Exp $     */
+/*     $NetBSD: rumpuser.c,v 1.61 2014/07/10 08:17:43 justin Exp $     */
 
 /*
  * Copyright (c) 2007-2010 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser.c,v 1.60 2014/07/09 23:41:40 justin Exp $");
+__RCSID("$NetBSD: rumpuser.c,v 1.61 2014/07/10 08:17:43 justin Exp $");
 #endif /* !lint */
 
 #include <sys/stat.h>
@@ -38,6 +38,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <netdb.h>
 #include <signal.h>
 #include <stdarg.h>
 #include <stdint.h>



Home | Main Index | Thread Index | Old Index