Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/sys Include sys/ioccom.h directly because it's used.
details: https://anonhg.NetBSD.org/src/rev/a463c9a564b6
branches: trunk
changeset: 758739:a463c9a564b6
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Nov 14 15:36:47 2010 +0000
description:
Include sys/ioccom.h directly because it's used.
diffstat:
sys/compat/sys/sockio.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b254bc636736 -r a463c9a564b6 sys/compat/sys/sockio.h
--- a/sys/compat/sys/sockio.h Sun Nov 14 15:18:24 2010 +0000
+++ b/sys/compat/sys/sockio.h Sun Nov 14 15:36:47 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sockio.h,v 1.9 2010/11/07 19:45:06 pooka Exp $ */
+/* $NetBSD: sockio.h,v 1.10 2010/11/14 15:36:47 uebayasi Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993, 1994
@@ -37,6 +37,8 @@
#include "opt_compat_netbsd.h"
#include "opt_modular.h"
+#include <sys/ioccom.h>
+
#if defined(COMPAT_09) || defined(COMPAT_10) || defined(COMPAT_11) || \
defined(COMPAT_12) || defined(COMPAT_13) || defined(COMPAT_14) || \
defined(COMPAT_15) || defined(COMPAT_16) || defined(COMPAT_20) || \
Home |
Main Index |
Thread Index |
Old Index