diff options
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_util.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpd_util.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpd_util.c b/net/openbgpd/files/patch-bgpd_util.c new file mode 100644 index 000000000000..cc25aeab5c70 --- /dev/null +++ b/net/openbgpd/files/patch-bgpd_util.c @@ -0,0 +1,10 @@ +--- bgpd/util.c 2008-03-18 15:24:06.000000000 +0100 ++++ bgpd/util.c 2008-03-18 13:27:29.000000000 +0100 +@@ -18,6 +18,7 @@ + */ + #include <sys/types.h> + #include <sys/socket.h> ++#include <sys/limits.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> |