From: thib 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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=032d5dd8f77c4385599d049ee89f64ac8cc15785;p=fcron 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);