diff options
Diffstat (limited to 'usr/src/lib/libnsl/rpc/key_prot.c')
-rw-r--r-- | usr/src/lib/libnsl/rpc/key_prot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libnsl/rpc/key_prot.c b/usr/src/lib/libnsl/rpc/key_prot.c index 6d7e1eefbf..a1765efdfc 100644 --- a/usr/src/lib/libnsl/rpc/key_prot.c +++ b/usr/src/lib/libnsl/rpc/key_prot.c @@ -21,12 +21,13 @@ */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" +#include "mt.h" #include <rpc/rpc.h> #include <rpc/key_prot.h> |