Compile fixes
authorPhil Blundell <philb@gnu.org>
Wed, 21 Apr 1999 09:09:13 +0000 (09:09 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 21 Apr 1999 09:09:13 +0000 (09:09 +0000)
lib/util-ank.c

index 5566ce6..43a7f1c 100644 (file)
 #include <resolv.h>
 
 #include "intl.h"
-#include "utils.h"
+#include "util-ank.h"
+
+#ifndef AF_INET6
+#define AF_INET6       10
+#endif
 
 int scan_number(char *arg, unsigned *val)
 {