]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Moves errno.h include.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 11 Feb 2010 20:19:20 +0000 (21:19 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 11 Feb 2010 20:19:20 +0000 (21:19 +0100)
lib/socket.h
proto/bgp/bgp.c

index d3fd74508d8c14d9f750a3cd804c23500d293df6..82b5de0c1c7def44b5ed11a8aaeae2140374ee09 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef _BIRD_SOCKET_H_
 #define _BIRD_SOCKET_H_
 
+#include <errno.h>
+
 #include "lib/resource.h"
 
 typedef struct birdsock {
index f4cb112a705bf44a69e28a340ba19d92b4f7252c..be841bdf9cd739105728cbf0b0395ead5721386a 100644 (file)
@@ -55,8 +55,6 @@
 
 #undef LOCAL_DEBUG
 
-#include <errno.h>
-
 #include "nest/bird.h"
 #include "nest/iface.h"
 #include "nest/protocol.h"