diff options
author | Burt P <pburt0@gmail.com> | 2018-10-27 12:58:17 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-12-02 02:07:23 -0800 |
commit | 95e53cda009f498a88f64ef71803a168cb08856c (patch) | |
tree | dacc6f84e8ed93db85708b1f58df8705a5d52f8a /modules | |
parent | 58a9f093fc830ad3d17a77423136be30db631934 (diff) |
enable and fix some warnings
Part of (#298).
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/network.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/network.c b/modules/network.c index 01c4955a..e08f08b6 100644 --- a/modules/network.c +++ b/modules/network.c @@ -27,6 +27,8 @@ #include <sys/stat.h> #include <sys/socket.h> +#include <netinet/in.h> +#include <arpa/inet.h> #include <netdb.h> #include <hardinfo.h> |