From 9dcfb711c1148472a571223c4df9a376d17d968e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 12 Aug 1993 22:17:13 +0000 Subject: *** empty log message *** --- getloadavg.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'getloadavg.c') diff --git a/getloadavg.c b/getloadavg.c index 3e4a1d4..b748c3a 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -69,7 +69,10 @@ #ifdef HAVE_CONFIG_H -#include "config.h" +/* 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). */ +#include #endif -- cgit v1.2.3