Module Name:    src
Committed By:   christos
Date:           Sun Nov  4 22:38:19 UTC 2012

Modified Files:
        src/usr.sbin/puffs/mount_9p: ninebuf.c

Log Message:
add missing header


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/puffs/mount_9p/ninebuf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/mount_9p/ninebuf.c
diff -u src/usr.sbin/puffs/mount_9p/ninebuf.c:1.7 src/usr.sbin/puffs/mount_9p/ninebuf.c:1.8
--- src/usr.sbin/puffs/mount_9p/ninebuf.c:1.7	Thu Sep  6 12:09:09 2007
+++ src/usr.sbin/puffs/mount_9p/ninebuf.c	Sun Nov  4 17:38:19 2012
@@ -1,4 +1,4 @@
-/*      $NetBSD: ninebuf.c,v 1.7 2007/09/06 16:09:09 pooka Exp $	*/
+/*      $NetBSD: ninebuf.c,v 1.8 2012/11/04 22:38:19 christos Exp $	*/
 
 /*
  * Copyright (c) 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -27,12 +27,13 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ninebuf.c,v 1.7 2007/09/06 16:09:09 pooka Exp $");
+__RCSID("$NetBSD: ninebuf.c,v 1.8 2012/11/04 22:38:19 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/vnode.h>
+#include <sys/socket.h>
 
 #include <err.h>
 #include <errno.h>

Reply via email to