From 46eb80d5d50a2b284cae19444149d57d857a8e02 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 17 Sep 2009 17:52:36 +0200 Subject: [PATCH] Fixes headers for uintptr_t (and build on NetBSD). --- lib/mempool.c | 1 + lib/resource.c | 1 + lib/slab.c | 1 + nest/attrs.h | 2 ++ proto/bgp/bgp.h | 1 + 5 files changed, 6 insertions(+) diff --git a/lib/mempool.c b/lib/mempool.c index 03a6e6ba..0cb06b58 100644 --- a/lib/mempool.c +++ b/lib/mempool.c @@ -19,6 +19,7 @@ */ #include +#include #include "nest/bird.h" #include "lib/resource.h" diff --git a/lib/resource.c b/lib/resource.c index a4d87517..5ba23f18 100644 --- a/lib/resource.c +++ b/lib/resource.c @@ -8,6 +8,7 @@ #include #include +#include #include "nest/bird.h" #include "lib/resource.h" diff --git a/lib/slab.c b/lib/slab.c index 17511d21..8cce52fe 100644 --- a/lib/slab.c +++ b/lib/slab.c @@ -26,6 +26,7 @@ */ #include +#include #include "nest/bird.h" #include "lib/resource.h" diff --git a/nest/attrs.h b/nest/attrs.h index eee6b378..16fb35af 100644 --- a/nest/attrs.h +++ b/nest/attrs.h @@ -9,6 +9,8 @@ #ifndef _BIRD_ATTRS_H_ #define _BIRD_ATTRS_H_ +#include + /* a-path.c */ #define AS_PATH_SET 1 /* Types of path segments */ diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 9bbdab8e..092c3b34 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -9,6 +9,7 @@ #ifndef _BIRD_BGP_H_ #define _BIRD_BGP_H_ +#include #include "nest/route.h" struct linpool;