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>