From: Thibault Godouet Date: Mon, 28 Oct 2002 17:57:17 +0000 (+0000) Subject: added fcrondyn command renice and kill support X-Git-Tag: ver2_9_4~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6051e6043bd3bee129de006ba83d7ffd37ce1cb0;p=thirdparty%2Ffcron.git added fcrondyn command renice and kill support --- diff --git a/socket.h b/socket.h index 8b090ed..2ec8b05 100644 --- a/socket.h +++ b/socket.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: socket.h,v 1.2 2002-03-02 17:29:50 thib Exp $ */ + /* $Id: socket.h,v 1.3 2002-10-28 17:57:17 thib Exp $ */ /* This file describe the communication protocol between fcron and fcrondyn */ @@ -29,7 +29,10 @@ #define __SOCKET_H__ #include "dyncom.h" - +#ifdef HAVE_SYS_RESOURCE_H +/* needed by setpriority() */ +#include +#endif /* public var defined by socket.c */ extern fd_set read_set;