Replace string.h with systm.h.
authorbriggs <briggs@openbsd.org>
Mon, 2 Sep 1996 23:21:53 +0000 (23:21 +0000)
committerbriggs <briggs@openbsd.org>
Mon, 2 Sep 1996 23:21:53 +0000 (23:21 +0000)
sys/net/zlib.c

index 2037649..9c7b2d2 100644 (file)
@@ -32,9 +32,7 @@
 
 #include "zlib.h"
 
-#ifdef STDC
-#  include <string.h>
-#endif
+#include <sys/systm.h>
 
 #ifndef local
 #  define local static