Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_portal include the headers that you need.



details:   https://anonhg.NetBSD.org/src/rev/73691f480a89
branches:  trunk
changeset: 782512:73691f480a89
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 04 22:30:23 2012 +0000

description:
include the headers that you need.

diffstat:

 sbin/mount_portal/puffs_portal.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 5f24deed257b -r 73691f480a89 sbin/mount_portal/puffs_portal.c
--- a/sbin/mount_portal/puffs_portal.c  Sun Nov 04 22:28:16 2012 +0000
+++ b/sbin/mount_portal/puffs_portal.c  Sun Nov 04 22:30:23 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs_portal.c,v 1.6 2012/03/20 18:50:31 matt Exp $    */
+/*     $NetBSD: puffs_portal.c,v 1.7 2012/11/04 22:30:23 christos Exp $        */
 
 /*
  * Copyright (c) 2007  Antti Kantee.  All Rights Reserved.
@@ -28,11 +28,12 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: puffs_portal.c,v 1.6 2012/03/20 18:50:31 matt Exp $");
+__RCSID("$NetBSD: puffs_portal.c,v 1.7 2012/11/04 22:30:23 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <sys/socket.h>
 
 #include <assert.h>
 #include <err.h>



Home | Main Index | Thread Index | Old Index