]> git.puffer.fish Git - mirror/frr.git/commitdiff
2004-12-23 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 23 Dec 2004 19:35:56 +0000 (19:35 +0000)
committerpaul <paul>
Thu, 23 Dec 2004 19:35:56 +0000 (19:35 +0000)
* watchquagga.c: Add missing getopt.h include

watchquagga/ChangeLog
watchquagga/watchquagga.c

index 3e3017e4c938812fb6b958a2a288a686c2c957b2..4cea8b4eddd85aa7b012d96eb351866e8590477c 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-23 Paul Jakma <paul@dishone.st>
+
+       * watchquagga.c: Add missing getopt.h include
+
 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky
index efc29070c6f9993c0d55667a0d936e71fb02adde..fb1dbdd8bad5136d869ea47fd402dff33dd859fe 100644 (file)
@@ -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))