From 6f594023a50ccb3dd4ce809614789104051d91bb Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 23 Dec 2004 19:35:56 +0000 Subject: 2004-12-23 Paul Jakma * watchquagga.c: Add missing getopt.h include --- watchquagga/watchquagga.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'watchquagga/watchquagga.c') diff --git a/watchquagga/watchquagga.c b/watchquagga/watchquagga.c index efc29070..fb1dbdd8 100644 --- a/watchquagga/watchquagga.c +++ b/watchquagga/watchquagga.c @@ -1,5 +1,5 @@ /* - $Id: watchquagga.c,v 1.5 2004/12/22 17:00:46 ajs Exp $ + $Id: watchquagga.c,v 1.6 2004/12/23 19:35:56 paul Exp $ Monitor status of quagga daemons and restart if necessary. @@ -44,6 +44,7 @@ #include #include #include +#include #ifndef MIN #define MIN(X,Y) (((X) <= (Y)) ? (X) : (Y)) -- cgit v1.2.1