diff src/includes.h @ 430:69d33c034a8e stable-6-0-62

include arpa/nameser.h earlier
author Carl Byington <carl@five-ten-sg.com>
date Tue, 03 Oct 2017 09:59:54 -0700
parents c378e9d03f37
children f9165d9aa689
line wrap: on
line diff
--- a/src/includes.h	Mon Oct 02 15:15:06 2017 -0700
+++ b/src/includes.h	Tue Oct 03 09:59:54 2017 -0700
@@ -25,6 +25,7 @@
 #include <stdio.h>
 #include <string>
 #include <stdint.h>
+#include <arpa/nameser.h>
 
 #include "tokenizer.h"
 #include "context.h"