Module Name: src Committed By: pgoyette Date: Tue Mar 6 23:24:11 UTC 2018
Modified Files: src/sys/net [pgoyette-compat]: if.h Log Message: Include necessary header To generate a diff of this commit: cvs rdiff -u -r1.258.2.1 -r1.258.2.2 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if.h diff -u src/sys/net/if.h:1.258.2.1 src/sys/net/if.h:1.258.2.2 --- src/sys/net/if.h:1.258.2.1 Tue Mar 6 23:19:20 2018 +++ src/sys/net/if.h Tue Mar 6 23:24:11 2018 @@ -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