diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-26 15:04:02 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-26 15:04:02 -0700 |
commit | 59d112a4c7b6bd3ab220abbb68d8127f316a109c (patch) | |
tree | 32d813cc9ef515949cf2dd8d0864d870de17c2ad /nis | |
parent | 595aba70a4c676f7efaf6a012f54cd22aa189c5b (diff) | |
download | glibc-59d112a4c7b6bd3ab220abbb68d8127f316a109c.tar.gz |
Use proper #include for xdecrypt declarations.
Diffstat (limited to 'nis')
-rw-r--r-- | nis/nss_nis/nis-publickey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nss_nis/nis-publickey.c b/nis/nss_nis/nis-publickey.c index 6870e095c6..244e464978 100644 --- a/nis/nss_nis/nis-publickey.c +++ b/nis/nss_nis/nis-publickey.c @@ -25,7 +25,7 @@ #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> #include <rpc/key_prot.h> -extern int xdecrypt (char *, char *); +#include <rpc/des_crypt.h> #include "nss-nis.h" |