From: Hasso Tepper Date: Mon, 25 Jun 2007 19:30:59 +0000 (+0000) Subject: 2007-06-25 Hasso Tepper X-Git-Tag: frr-2.0-rc1~2500 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fbf24544a2e2ac97192502d34729f57933d1eb4c;p=mirror_frr.git 2007-06-25 Hasso Tepper * configure.ac: Fix typo so it compiles again on BSD systems. --- diff --git a/ChangeLog b/ChangeLog index 7db88dade..3549022be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-25 Hasso Tepper + + * configure.ac: Fix typo so it compiles again on BSD systems. + 2007-06-22 Paul Jakma * configure.ac: IRDP also depends on struct icmphdr, enabling diff --git a/configure.ac b/configure.ac index 1c50ef24b..c286fb296 100755 --- a/configure.ac +++ b/configure.ac @@ -1064,7 +1064,7 @@ QUAGGA_INCLUDES # include #endif #if HAVE_NETINET6_ND6_H -# include +# include #endif ])dnl