1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-03-19 21:10:09 +00:00

Add stdint.h to build on darwin

This commit is contained in:
Erik Ekman 2006-06-24 21:11:16 +00:00
parent ae37edcb77
commit 5c5c879223

1
dns.c
View file

@ -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>