mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
5 lines
122 B
C
5 lines
122 B
C
#ifndef __ZLIB
|
|
#define __ZLIB
|
|
#pragma lib "/$M/lib/ape/libz.a"
|
|
#include "/sys/src/cmd/gs/zlib/zlib.h"
|
|
#endif /* __ZLIB */
|