diff options
Diffstat (limited to 'nscd/cache.c')
-rw-r--r-- | nscd/cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/cache.c b/nscd/cache.c index dbc89fb8ec..fc293a36f3 100644 --- a/nscd/cache.c +++ b/nscd/cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1998 Free Software Foundation, Inc. +/* Copyright (c) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. @@ -23,6 +23,7 @@ #include <limits.h> #include <stdlib.h> #include <string.h> +#include <arpa/inet.h> #include <rpcsvc/nis.h> #include <sys/param.h> #include <sys/stat.h> |