diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-09-02 23:21:54 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-09-02 23:21:54 +0000 |
commit | 118a8b9154c2d1c2595b8811c6dfa5a9a6b50a41 (patch) | |
tree | 98df4df5b420b6b2d008bd3f015bbca7f3cb81e6 | |
parent | 3d4a6faa2f83a7240e01d94d20e717cda96a7a40 (diff) |
Replace string.h with systm.h.
-rw-r--r-- | sys/net/zlib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/zlib.c b/sys/net/zlib.c index 20376498628..9c7b2d2e202 100644 --- a/sys/net/zlib.c +++ b/sys/net/zlib.c @@ -32,9 +32,7 @@ #include "zlib.h" -#ifdef STDC -# include <string.h> -#endif +#include <sys/systm.h> #ifndef local # define local static |