From a586208f4c1aa73e9a60194a6d2dcce47b0e4674 Mon Sep 17 00:00:00 2001 From: arai Date: Sat, 25 May 2002 06:53:17 +0000 Subject: [PATCH] * src/huf.c: use HAVE_SYS_PARAM_H instead of sony_news. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@90 6a8cc165-1e22-0410-a132-eb4e3f353aba --- src/huf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/huf.c b/src/huf.c index b58f8ed..6a0d246 100644 --- a/src/huf.c +++ b/src/huf.c @@ -9,7 +9,7 @@ /* ------------------------------------------------------------------------ */ #include "lha.h" -#ifdef sony_news +#if HAVE_SYS_PARAM_H #include #endif -- 2.11.0