]> git.mxchange.org Git - simgear.git/commitdiff
udns: add missing config.h
authorTorsten Dreyer <torsten@t3r.de>
Mon, 2 May 2016 18:27:04 +0000 (20:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
3rdparty/udns/udns_rr_a.c

index 4fdcbf9bc1ca0c46850492022847b4799fa37937..72cd2022167bf7e8f1ad8834cfba5c5ea29089e8 100644 (file)
@@ -21,6 +21,9 @@
 
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 #include <string.h>
 #include <stdlib.h>
 #include <assert.h>