diff options
| author | simonb <simonb@NetBSD.org> | 1999-11-12 12:11:31 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 1999-11-12 12:11:31 +0000 |
| commit | fffdb85f692697c462a7f5cdb53b9d3dd568e4e5 (patch) | |
| tree | 3024c0c482146b46d19daf5c46e9dcb1e5ff1da5 /sys/lib | |
| parent | 1c37111492a176421408b0a9ea8d48d598ce301f (diff) | |
Include <lib/libsa/stand.h> so that this builds with WARNS=1
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libz/zutil.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/lib/libz/zutil.h b/sys/lib/libz/zutil.h index 72d1e43f26c..c4127664e2b 100644 --- a/sys/lib/libz/zutil.h +++ b/sys/lib/libz/zutil.h @@ -1,4 +1,4 @@ -/* $NetBSD: zutil.h,v 1.7 1999/11/11 20:31:07 thorpej Exp $ */ +/* $NetBSD: zutil.h,v 1.8 1999/11/12 12:11:31 simonb Exp $ */ /* zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-1998 Jean-loup Gailly. @@ -19,10 +19,7 @@ #if defined(__NetBSD__) && (defined(_KERNEL) || defined(_STANDALONE)) -/* XXX doesn't seem to need anything at all, but this is for consistency. */ -# ifndef _STANDALONE -# include <lib/libkern/libkern.h> -# endif +# include <lib/libsa/stand.h> #else #ifdef STDC |
