mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-23 05:43:32 +02:00
Add stdint.h to build on darwin
This commit is contained in:
parent
ae37edcb77
commit
5c5c879223
1 changed files with 1 additions and 0 deletions
1
dns.c
1
dns.c
|
@ -24,6 +24,7 @@
|
|||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Reference in a new issue