summaryrefslogtreecommitdiffstats
path: root/proto/bgp
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-09-17 17:52:36 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-09-17 17:52:36 +0200
commit46eb80d5d50a2b284cae19444149d57d857a8e02 (patch)
tree13993dda06d7d32857560218c99a48b90137d4df /proto/bgp
parentf4c6ca8c9c7ca7c0d481e6059396beed6adc768d (diff)
downloadbird-46eb80d5d50a2b284cae19444149d57d857a8e02.tar
bird-46eb80d5d50a2b284cae19444149d57d857a8e02.zip
Fixes headers for uintptr_t (and build on NetBSD).
Diffstat (limited to 'proto/bgp')
-rw-r--r--proto/bgp/bgp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 9bbdab8..092c3b3 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -9,6 +9,7 @@
#ifndef _BIRD_BGP_H_
#define _BIRD_BGP_H_
+#include <stdint.h>
#include "nest/route.h"
struct linpool;