diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-06-11 02:01:58 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-06-11 02:01:58 +0000 |
| commit | ab7bc85ff7b8a84ec894884a7b2562197045a900 (patch) | |
| tree | 30febeb30245727051ffe698a6e06f16bebe0f45 /sys/dev | |
| parent | 07a4bb0c95ea28867b361155faf608716eb2acf2 (diff) | |
Pull in <sys/timepps.h> here so that other things that include comvar.h
will compile.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/comvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index 1677c3f417a..023ab8588f2 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: comvar.h,v 1.23 1998/06/10 12:06:24 jonathan Exp $ */ +/* $NetBSD: comvar.h,v 1.24 1998/06/11 02:01:58 thorpej Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -35,6 +35,8 @@ #include <sys/rnd.h> #endif +#include <sys/timepps.h> + int comcnattach __P((bus_space_tag_t, int, int, int, tcflag_t)); #ifdef KGDB |
