Mac define

This commit is contained in:
Erik Ekman 2006-08-27 20:30:40 +00:00
parent 56ecddf827
commit daae2aa9f0

3
test.c
View File

@ -19,6 +19,9 @@
#include <netinet/in.h>
#include <sys/stat.h>
#include <arpa/nameser.h>
#ifdef DARWIN
#include <arpa/nameser8_compat.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>