From 032d5dd8f77c4385599d049ee89f64ac8cc15785 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 12 Sep 2003 21:35:26 +0000 Subject: [PATCH] bug fix : always include getloadavg.h --- socket.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.50.1