From 7cd377be38cf40c6fc95d8d7a9774d94a3260808 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 3 Oct 2002 12:43:50 +0000 Subject: [PATCH] [project @ 2002-10-03 12:43:50 by panne] Warning police #4: To use uname, we should try to #include . --- include/HsBase.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/HsBase.h b/include/HsBase.h index cc64b4a..a917b96 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsBase.h,v 1.14 2002/09/25 15:24:07 simonmar Exp $ + * $Id: HsBase.h,v 1.15 2002/10/03 12:43:50 panne Exp $ * * (c) The University of Glasgow 2001-2002 * @@ -47,6 +47,9 @@ #ifdef HAVE_UTIME_H #include #endif +#ifdef HAVE_SYS_UTSNAME_H +#include +#endif #if defined(HAVE_GETTIMEOFDAY) # ifdef HAVE_SYS_TIME_H # include -- 1.7.10.4