From: Ondrej Zajicek Date: Thu, 11 Feb 2010 20:19:20 +0000 (+0100) Subject: Moves errno.h include. X-Git-Tag: v1.2.2~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2ea1bac601ca79946e2a215dac9427c526cedab;p=thirdparty%2Fbird.git Moves errno.h include. --- diff --git a/lib/socket.h b/lib/socket.h index d3fd74508..82b5de0c1 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -9,6 +9,8 @@ #ifndef _BIRD_SOCKET_H_ #define _BIRD_SOCKET_H_ +#include + #include "lib/resource.h" typedef struct birdsock { diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index f4cb112a7..be841bdf9 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -55,8 +55,6 @@ #undef LOCAL_DEBUG -#include - #include "nest/bird.h" #include "nest/iface.h" #include "nest/protocol.h"