diff options
Diffstat (limited to 'util/cert.c')
-rw-r--r-- | util/cert.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/cert.c b/util/cert.c index 1b3390b80..317c14b37 100644 --- a/util/cert.c +++ b/util/cert.c @@ -1,5 +1,5 @@ /* cert.c - DNS CERT code - * Copyright (C) 2005, 2006 Free Software Foundation, Inc. + * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * * This file is part of GNUPG. * @@ -27,6 +27,7 @@ #else #include <netinet/in.h> #include <arpa/nameser.h> +#include <arpa/inet.h> #include <resolv.h> #endif #include <string.h> |