From 761bf1545bdf103b644a130e28d8e612f55bf8f2 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 25 Nov 1996 13:12:20 +0000 Subject: Need sys/types.h for htons et al. --- usr.bin/window/ww.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h index ad71da8c81d..e4236bd947e 100644 --- a/usr.bin/window/ww.h +++ b/usr.bin/window/ww.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ww.h,v 1.4 1996/06/26 05:43:34 deraadt Exp $ */ +/* $OpenBSD: ww.h,v 1.5 1996/11/25 13:12:19 niklas Exp $ */ /* $NetBSD: ww.h,v 1.8 1996/02/08 21:48:51 mycroft Exp $ */ /* @@ -45,6 +45,7 @@ #include #endif #include +#include #include #define NWW 30 /* maximum number of windows */ -- cgit v1.2.3