changeset 230:20314171555b

Fix build error when starting from POSIX template.
author gthomas
date Mon, 08 Jul 2002 20:54:12 +0000
parents ff3465255c3a
children 4ebdd3788c30
files packages/net/bsd_tcpip/current/ChangeLog packages/net/bsd_tcpip/current/include/sys/param.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog
+++ b/packages/net/bsd_tcpip/current/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-08  Gary Thomas  <gary@chez-thomas.org>
+
+	* include/sys/param.h: Need <errno.h> which may or may not be
+	already present, depending on configuration.
+
 2002-06-20  Gary Thomas  <gary@chez-thomas.org>
 
 	* include/sys/param.h (sprintf): Map to diag_sprintf().
--- a/packages/net/bsd_tcpip/current/include/sys/param.h
+++ b/packages/net/bsd_tcpip/current/include/sys/param.h
@@ -718,6 +718,7 @@
 
 #include <sys/types.h>
 #include <sys/endian.h>
+#include <errno.h>
 
 #ifdef _KERNEL
 // External [common] variables