commit | 4cf58ecaaf574fc3293243c1e216edee06c4ec8a | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri Feb 26 15:04:52 2016 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri Feb 26 15:04:52 2016 +0100 |
tree | 1c9163c39a06410c2e26b4ffd60e44cffe42af4d | |
parent | 99087c7226f5cb4018b83dc568f93fc53c9a142a [diff] |
session MAINTENANCE add header file for compatibility with BSD
diff --git a/src/session_client.c b/src/session_client.c index c429b99..9e814c7 100644 --- a/src/session_client.c +++ b/src/session_client.c
@@ -16,6 +16,7 @@ #include <errno.h> #include <fcntl.h> #include <netdb.h> +#include <netinet/in.h> #include <pthread.h> #include <stdlib.h> #include <string.h>