From: panne Date: Thu, 3 Oct 2002 12:43:50 +0000 (+0000) Subject: [project @ 2002-10-03 12:43:50 by panne] X-Git-Tag: nhc98-1-18-release~829 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7cd377be38cf40c6fc95d8d7a9774d94a3260808;p=ghc-base.git [project @ 2002-10-03 12:43:50 by panne] Warning police #4: To use uname, we should try to #include . --- 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