]> granicus.if.org Git - fcron/commitdiff
bug fix : always include getloadavg.h
authorthib <thib>
Fri, 12 Sep 2003 21:35:26 +0000 (21:35 +0000)
committerthib <thib>
Fri, 12 Sep 2003 21:35:26 +0000 (21:35 +0000)
socket.c

index d8080dc52d8bcdb7d34a4fe268d66ce36c81985f..7874386a1a381a7537a42f4633fc9d611b92b700 100644 (file)
--- a/socket.c
+++ b/socket.c
  *  `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);