diff options
Diffstat (limited to 'resolv/gai_cancel.c')
-rw-r--r-- | resolv/gai_cancel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resolv/gai_cancel.c b/resolv/gai_cancel.c index 19a0a9bb87..45432065c4 100644 --- a/resolv/gai_cancel.c +++ b/resolv/gai_cancel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2006 Free Software Foundation, Inc. +/* Copyright (C) 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. @@ -20,7 +20,7 @@ #include <netdb.h> #include <pthread.h> -#include <gai_misc.h> +#include "gai_misc.h" int |