Code

common: check_create_dir(): Support symlinks as well.
[collectd.git] / src / utils_dns.h
index b3f08acdafb2b95ae53d8786ad503c7d0b4e30df..efc790319cebea5e3253cad748de71d4e8923aaa 100644 (file)
@@ -36,6 +36,7 @@
 #include "config.h"
 
 #include <arpa/nameser.h>
+#include <stdint.h>
 
 #if HAVE_PCAP_H
 # include <pcap.h>