summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_common.h')
-rw-r--r--bgpd/bgp_common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/bgpd/bgp_common.h b/bgpd/bgp_common.h
index 19db9d8a..d35d6da6 100644
--- a/bgpd/bgp_common.h
+++ b/bgpd/bgp_common.h
@@ -23,6 +23,7 @@
#define _QUAGGA_BGP_COMMON_H
#include <stdint.h>
+#include <stdbool.h>
#include <sys/socket.h>
#include "bgpd/bgp.h"
@@ -34,11 +35,6 @@
#endif
/*==============================================================================
- * Local "bool"
- */
-typedef uint8_t flag_t ;
-
-/*==============================================================================
* Here are a number of "incomplete" declarations, which allow a number of
* bgpd structures to refer to each other.
*/