diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-11-08 15:39:11 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-11-08 15:39:11 +0000 |
commit | a4e0c469bb1a4b5e82cf475f675c8b1ed7cbe69d (patch) | |
tree | 773ab0251b1e2fce44912f499d536bd6cf201189 /sys/lib/libz/zutil.h | |
parent | 2489fcaf0d39fa6096d3ff350981a0a2ad788f07 (diff) |
Include stand.h from lib/libsa/stand.h
Diffstat (limited to 'sys/lib/libz/zutil.h')
-rw-r--r-- | sys/lib/libz/zutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libz/zutil.h b/sys/lib/libz/zutil.h index 2aa4405129d..81789f67059 100644 --- a/sys/lib/libz/zutil.h +++ b/sys/lib/libz/zutil.h @@ -1,4 +1,4 @@ -/* $OpenBSD: zutil.h,v 1.10 2000/03/03 00:54:57 todd Exp $ */ +/* $OpenBSD: zutil.h,v 1.11 2000/11/08 15:39:10 art Exp $ */ /* zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h @@ -16,7 +16,7 @@ #include "zlib.h" #ifdef _STANDALONE -#include <stand.h> +#include <lib/libsa/stand.h> #else #ifdef STDC # include <stddef.h> |