diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-01-08 16:15:10 +0000 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-01-08 16:15:10 +0000 |
commit | 6e8c7923b6f25b7fc4ef47876fcdd82473b29280 (patch) | |
tree | 5c0d02cadf77d7dde6276fba40de1767c89f8174 /lib/sockunion.h | |
parent | 6b5024b3c14b0acf5d4ec05f7ea78a7323c96d59 (diff) | |
download | quagga-6e8c7923b6f25b7fc4ef47876fcdd82473b29280.tar.bz2 quagga-6e8c7923b6f25b7fc4ef47876fcdd82473b29280.tar.xz |
Further work-in-progress.
modified: bgpd/Makefile.am
modified: bgpd/bgp_common.h
modified: bgpd/bgp_connection.c
modified: bgpd/bgp_connection.h
modified: bgpd/bgp_engine.c
modified: bgpd/bgp_fsm.c
modified: bgpd/bgp_fsm.h
new file: bgpd/bgp_msg_write.c
new file: bgpd/bgp_msg_write.h
modified: bgpd/bgp_notification.c
modified: bgpd/bgp_notification.h
modified: bgpd/bgp_session.c
modified: bgpd/bgp_session.h
modified: lib/sockunion.h
Diffstat (limited to 'lib/sockunion.h')
-rw-r--r-- | lib/sockunion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockunion.h b/lib/sockunion.h index 97fd8b72..8fcaded4 100644 --- a/lib/sockunion.h +++ b/lib/sockunion.h @@ -23,8 +23,8 @@ #ifndef _ZEBRA_SOCKUNION_H #define _ZEBRA_SOCKUNION_H +#include "zebra.h" #include "symtab.h" -#include "zassert.h" #if 0 union sockunion { |