diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-16 22:54:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-16 22:54:54 +0000 |
commit | 62417d7ee84a198103fbc5e871bf35e0d5efc4d0 (patch) | |
tree | bd019119a0a9c56f8b081c831907cf272306e24f /nscd/nscd_getai.c | |
parent | 40a8d825af282293e79c9d28b5035501fdd6acd4 (diff) | |
download | glibc-62417d7ee84a198103fbc5e871bf35e0d5efc4d0.tar.gz |
iAdd __nscd_getai prototype.
Diffstat (limited to 'nscd/nscd_getai.c')
-rw-r--r-- | nscd/nscd_getai.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/nscd_getai.c b/nscd/nscd_getai.c index 453f459425..627fe8cf9d 100644 --- a/nscd/nscd_getai.c +++ b/nscd/nscd_getai.c @@ -27,6 +27,7 @@ #include <not-cancel.h> #include "nscd-client.h" +#include "nscd_proto.h" /* Define in nscd_gethst_r.c. */ |