projects
/
darkstat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Portability fixes for FreeBSD - include the right headers.
[darkstat]
/
addr.c
diff --git
a/addr.c
b/addr.c
index
dc23e32
..
721d5e3
100644
(file)
--- a/
addr.c
+++ b/
addr.c
@@
-9,6
+9,7
@@
#include "addr.h"
+#include <arpa/inet.h> /* for inet_ntop */
#include <assert.h>
#include <string.h> /* for memcmp */
#include <netdb.h> /* for getaddrinfo */