diff options
author | Martin Mares <mj@ucw.cz> | 2002-11-13 09:47:06 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2002-11-13 09:47:06 +0100 |
commit | 7d875e094bbbb9d4b234e31fe08f31510ac1d7d0 (patch) | |
tree | 6926a238826996127a7dd399d798b5182c3c7423 /proto/bgp | |
parent | de10a974f2e2e8a11b6a6852cd770c1096e1c25d (diff) | |
download | bird-7d875e094bbbb9d4b234e31fe08f31510ac1d7d0.tar bird-7d875e094bbbb9d4b234e31fe08f31510ac1d7d0.zip |
Added missing includes.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/bgp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 72eba1a..f6cbed4 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -63,6 +63,7 @@ #include "conf/conf.h" #include "lib/socket.h" #include "lib/resource.h" +#include "lib/string.h" #include "bgp.h" |