aboutsummaryrefslogtreecommitdiffstats
path: root/util/srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/srv.c')
-rw-r--r--util/srv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/srv.c b/util/srv.c
index 95187dbc8..1cbc52eb6 100644
--- a/util/srv.c
+++ b/util/srv.c
@@ -1,5 +1,5 @@
/* srv.c - DNS SRV code
- * Copyright (C) 2003 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
*
* This file is part of GNUPG.
*
@@ -26,6 +26,7 @@
#else
#include <netinet/in.h>
#include <arpa/nameser.h>
+#include <arpa/inet.h>
#include <resolv.h>
#endif
#include <unistd.h>