diff options
| author | kleink <kleink@NetBSD.org> | 2001-10-23 18:51:05 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2001-10-23 18:51:05 +0000 |
| commit | 7ff4c19deeb9974ae1cb36bf27af88ec054f1ec7 (patch) | |
| tree | cc6357c8b5017a69c9b6c5e4da8f085f89ef635e /share/misc | |
| parent | 04b133da92ede65dd17d7ea583cdc1297dcb2ba1 (diff) | |
Inspired by rev. 1.18: consistency, pull in <assert.h> for _DIAGASSERT().
Diffstat (limited to 'share/misc')
| -rw-r--r-- | share/misc/style | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/misc/style b/share/misc/style index 2e69a72ff01..f288512a694 100644 --- a/share/misc/style +++ b/share/misc/style @@ -1,4 +1,4 @@ -/* $NetBSD: style,v 1.19 2001/10/23 18:45:13 kleink Exp $ */ +/* $NetBSD: style,v 1.20 2001/10/23 18:51:05 kleink Exp $ */ /* * The revision control tag appears first, with a blank line after it. @@ -30,7 +30,7 @@ #ifndef __lint __COPYRIGHT("@(#) Copyright (c) 2000\n\ The NetBSD Foundation, inc. All rights reserved.\n"); -__RCSID("$NetBSD: style,v 1.19 2001/10/23 18:45:13 kleink Exp $"); +__RCSID("$NetBSD: style,v 1.20 2001/10/23 18:51:05 kleink Exp $"); #endif /* !__lint */ /* @@ -84,6 +84,7 @@ __RCSID("$NetBSD: style,v 1.19 2001/10/23 18:45:13 kleink Exp $"); * Then there's a blank line, followed by the /usr include files. * The /usr include files should be sorted! */ +#include <assert.h> #include <stdio.h> #include <stdlib.h> |
