diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 19:58:36 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 19:58:36 +0000 |
commit | ed073f0e6249dc1bcecb3f72fa941d01b516be3f (patch) | |
tree | 8dfe5133dfe2d1516103f7f46cca1ff44bdb4f01 /sunrpc | |
parent | 27ee0a559513db0d0e650761b6f4268b39199c74 (diff) | |
download | glibc-ed073f0e6249dc1bcecb3f72fa941d01b516be3f.tar.gz glibc-ed073f0e6249dc1bcecb3f72fa941d01b516be3f.tar.xz glibc-ed073f0e6249dc1bcecb3f72fa941d01b516be3f.zip |
Add prototype for foo.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/des_soft.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/des_soft.c b/sunrpc/des_soft.c index f358cac480..a7940b6978 100644 --- a/sunrpc/des_soft.c +++ b/sunrpc/des_soft.c @@ -29,6 +29,8 @@ static char sccsid[] = "@(#)des_soft.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/ * 2550 Garcia Avenue * Mountain View, California 94043 */ + +#include <rpc/des_crypt.h> /* * Table giving odd parity in the low bit for ASCII characters */ |