2004-12-23 Paul Jakma <paul@dishone.st>
* watchquagga.c: Add missing getopt.h include
diff --git a/watchquagga/watchquagga.c b/watchquagga/watchquagga.c
index efc2907..fb1dbdd 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 <log.h>
#include <sigevent.h>
#include <version.h>
+#include <getopt.h>
#ifndef MIN
#define MIN(X,Y) (((X) <= (Y)) ? (X) : (Y))