diff options
| author | simonb <simonb@NetBSD.org> | 1999-11-12 12:12:13 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 1999-11-12 12:12:13 +0000 |
| commit | c24b109ff032b26eefcd26b7a6b922d0879d736d (patch) | |
| tree | a47f26d715a22cb77913e15465920b569d095038 /sys/lib | |
| parent | fffdb85f692697c462a7f5cdb53b9d3dd568e4e5 (diff) | |
"zutil.h" includes <lib/libsa/stand.h> now.
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libz/zalloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libz/zalloc.c b/sys/lib/libz/zalloc.c index 37de54738b8..fc5aa916078 100644 --- a/sys/lib/libz/zalloc.c +++ b/sys/lib/libz/zalloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: zalloc.c,v 1.1 1999/04/15 00:50:39 simonb Exp $ */ +/* $NetBSD: zalloc.c,v 1.2 1999/11/12 12:12:13 simonb Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -38,7 +38,6 @@ #include "zutil.h" -#include <lib/libsa/stand.h> /* * A simple implementation of zcalloc and zcfree in terms of the libsa |
