--- scm-5e5.orig/time.c +++ scm-5e5/time.c @@ -73,7 +73,7 @@ /* Define this if your system lacks times(). */ /* #define LACK_TIMES */ -#ifdef linux +#if defined(linux) || defined(__GLIBC__) # include # include # include only in patch2: unchanged: --- scm-5e5.orig/scmfig.h +++ scm-5e5/scmfig.h @@ -310,7 +310,7 @@ # define STDC_HEADERS #endif -#ifdef linux +#if defined(linux) || defined(__GLIBC__) # define HAVE_SELECT # define HAVE_SYS_TIME_H # define STDC_HEADERS @@ -755,7 +755,7 @@ # include #endif -#ifdef linux +#if defined(linux) || defined(__GLIBC__) # include #endif only in patch2: unchanged: --- scm-5e5.orig/findexec.c +++ scm-5e5/findexec.c @@ -51,7 +51,7 @@ # include # include # endif -# ifdef linux +# if defined(linux) || defined(__GLIBC__) # include # include # include