From da2d3e872700fa5186a5c3ace1688fbcab710e5b Mon Sep 17 00:00:00 2001 From: thib Date: Mon, 28 Oct 2002 17:57:17 +0000 Subject: [PATCH] added fcrondyn command renice and kill support --- socket.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; -- 2.40.0