diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 |
commit | e0554a531f17f56167f978eddf29a09cc6ae9f32 (patch) | |
tree | 3b5579370346d51f378192429db2130e5e82a6e4 /lib/libc/rpc/crypt_client.c | |
parent | 9d4156aed31c055ba32bc23b2a53d885002de085 (diff) |
Notes
Diffstat (limited to 'lib/libc/rpc/crypt_client.c')
-rw-r--r-- | lib/libc/rpc/crypt_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/rpc/crypt_client.c b/lib/libc/rpc/crypt_client.c index 652a49b7bffe8..255b266f0567b 100644 --- a/lib/libc/rpc/crypt_client.c +++ b/lib/libc/rpc/crypt_client.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" +#include <err.h> #include <sys/types.h> #include <rpc/des_crypt.h> #include <rpc/des.h> |