From: Thibault Godouet Date: Fri, 12 Sep 2003 21:35:26 +0000 (+0000) Subject: bug fix : always include getloadavg.h X-Git-Tag: ver2_9_4~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=daf17c938fd644b5c5f964b54fde4edc8dac64b9;p=thirdparty%2Ffcron.git bug fix : always include getloadavg.h --- diff --git a/socket.c b/socket.c index d8080dc..7874386 100644 --- a/socket.c +++ b/socket.c @@ -21,13 +21,15 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: socket.c,v 1.11 2002-11-17 13:14:06 thib Exp $ */ + /* $Id: socket.c,v 1.12 2003-09-12 21:35:26 thib Exp $ */ /* This file contains all fcron's code (server) to handle communication with fcrondyn */ #include "fcron.h" #include "socket.h" +#include "getloadavg.h" + void remove_connection(struct fcrondyn_cl **client, struct fcrondyn_cl *prev_client); void exe_cmd(struct fcrondyn_cl *client);