summaryrefslogtreecommitdiff
path: root/nis
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-26 15:04:02 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-26 15:04:02 -0700
commit59d112a4c7b6bd3ab220abbb68d8127f316a109c (patch)
tree32d813cc9ef515949cf2dd8d0864d870de17c2ad /nis
parent595aba70a4c676f7efaf6a012f54cd22aa189c5b (diff)
Use proper #include for xdecrypt declarations.
Diffstat (limited to 'nis')
-rw-r--r--nis/nss_nis/nis-publickey.c2
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"