Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/net Include necessary header
details: https://anonhg.NetBSD.org/src/rev/63f048835649
branches: pgoyette-compat
changeset: 320961:63f048835649
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Mar 06 23:24:11 2018 +0000
description:
Include necessary header
diffstat:
sys/net/if.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4386e19917c5 -r 63f048835649 sys/net/if.h
--- a/sys/net/if.h Tue Mar 06 23:19:20 2018 +0000
+++ b/sys/net/if.h Tue Mar 06 23:24:11 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.258.2.1 2018/03/06 23:19:20 pgoyette Exp $ */
+/* $NetBSD: if.h,v 1.258.2.2 2018/03/06 23:24:11 pgoyette Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -90,6 +90,8 @@
#include <sys/psref.h>
#endif
+#include <compat/sys/sockio.h>
+
/*
* Always include ALTQ glue here -- we use the ALTQ interface queue
* structure even when ALTQ is not configured into the kernel so that
Home |
Main Index |
Thread Index |
Old Index