summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpd_rde_update.c
blob: 81d786c3e8686ce47df7a43fed632ad335d9f61b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- bgpd/rde_update.c	2008-03-18 15:40:50.000000000 +0100
+++ bgpd/rde_update.c	2008-03-18 15:32:21.000000000 +0100
@@ -17,13 +17,15 @@
  */
 #include <sys/types.h>
 #include <sys/queue.h>
-#include <sys/hash.h>
 
 #include <stdlib.h>
 #include <string.h>
 
 #include "bgpd.h"
 #include "rde.h"
+#include "hash.h"
+
+#include <limits.h>
 
 in_addr_t	up_get_nexthop(struct rde_peer *, struct rde_aspath *);
 int		up_generate_mp_reach(struct rde_peer *, struct update_attr *,