From: thib Date: Tue, 12 Sep 2000 19:59:58 +0000 (+0000) Subject: include fcron.h, not global.h X-Git-Tag: ver1564~515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0d1a724b9829f099cab053e1833cf1a3e47b191;p=fcron include fcron.h, not global.h --- diff --git a/getloadavg.c b/getloadavg.c index 3eba643..a6264f5 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -18,7 +18,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "global.h" +#include "fcron.h" #define _POSIX_SOURCE 1