Skip to content

Commit 17a0f39

Browse files
committed
Merge pull request #41 from Gottox/fix-musl
Include <sys/param.h> for roundup() declaration with musl libc
2 parents 4d139a6 + 0007728 commit 17a0f39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dns.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
*/
3535

3636
#include <sys/types.h>
37+
#include <sys/param.h>
3738
#include <netinet/in.h>
3839
#include <arpa/inet.h>
3940
#include <arpa/nameser.h>

0 commit comments

Comments
 (0)