From 82cb56fb146f2512bc267e77e09fe4db295dc274 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Sep 1993 20:02:01 +0000 Subject: [PATCH] *** empty log message *** --- src/getloadavg.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/getloadavg.c b/src/getloadavg.c index b748c3a5ace..ad79231f671 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -69,10 +69,14 @@ #ifdef HAVE_CONFIG_H +#if defined (emacs) || defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because getloadavg.c was found in $srcdir). */ + (which it would do because it found this file in $srcdir). */ #include +#else +#include "config.h" +#endif #endif -- 2.39.5