Skip to content

Commit 0007728

Browse files
committed
Include <sys/param.h> for roundup() declaration with musl libc
1 parent 4d139a6 commit 0007728

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)