diff options
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r-- | sys/pci/if_de.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index a822ea4..c9dbc18 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.56 1997/10/20 14:32:46 matt Exp $ */ -/* $Id: if_de.c,v 1.76 1997/12/15 20:31:25 eivind Exp $ */ +/* $Id: if_de.c,v 1.77 1998/01/08 23:42:24 eivind Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -39,6 +39,7 @@ */ #define TULIP_HDR_DATA +#include "opt_diagnostic.h" #include "opt_inet.h" #include "opt_ipx.h" |