commit | e691c3bb972c0baf610d9e210ce20ea6546e1de0 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:46:13 2015 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:46:19 2015 +0200 |
tree | a3e83b01ecd4fe9e739a24dc77c61a46fd0531a2 | |
parent | 193e78f2460a537695e34368a29fc5cd02e4e1f5 [diff] [blame] |
*: assorted warning fixes A few warnings slipped through the cracks... Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/pimd/pim_int.c b/pimd/pim_int.c index 2ff1a11..0bdd772 100644 --- a/pimd/pim_int.c +++ b/pimd/pim_int.c
@@ -22,6 +22,7 @@ #include <string.h> #include <netinet/in.h> +#include <arpa/inet.h> #include "pim_int.h"