Skip to content
Snippets Groups Projects
Commit f7ff10bf authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Add missing headers for BSDs

refs @2138
parent 5e1ff693
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@
#include <time.h> // strftime
#include <ctype.h> // isprint
#include <arpa/inet.h> // ntohs
#include <sys/socket.h> // AF_INET (BSD)
#include <netinet/in.h> // in_addr (BSD)
#include "common/errcode.h" // KNOT_EOK
#include "common/base64.h" // base64
......
......@@ -18,7 +18,6 @@
#include <inttypes.h> // PRIu64
#include <stdio.h> // printf
#include <arpa/inet.h> // ntohs
#include "common/errcode.h" // knot_strerror
#include "common/descriptor_new.h" // knot_rrtype_to_string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment