Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/net And another required header



details:   https://anonhg.NetBSD.org/src/rev/d40a2ef396a6
branches:  pgoyette-compat
changeset: 320962:d40a2ef396a6
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Mar 06 23:27:52 2018 +0000

description:
And another required header

diffstat:

 sys/net/if.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 63f048835649 -r d40a2ef396a6 sys/net/if.h
--- a/sys/net/if.h      Tue Mar 06 23:24:11 2018 +0000
+++ b/sys/net/if.h      Tue Mar 06 23:27:52 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.h,v 1.258.2.2 2018/03/06 23:24:11 pgoyette Exp $    */
+/*     $NetBSD: if.h,v 1.258.2.3 2018/03/06 23:27:52 pgoyette Exp $    */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -88,6 +88,7 @@
 #include <sys/pslist.h>
 #include <sys/pserialize.h>
 #include <sys/psref.h>
+#include <net/if.h>
 #endif
 
 #include <compat/sys/sockio.h>



Home | Main Index | Thread Index | Old Index