diff options
Diffstat (limited to 'usr/src/lib/libnsl/nss/getprofattr.c')
-rw-r--r-- | usr/src/lib/libnsl/nss/getprofattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libnsl/nss/getprofattr.c b/usr/src/lib/libnsl/nss/getprofattr.c index e11de065bd..ffda122e05 100644 --- a/usr/src/lib/libnsl/nss/getprofattr.c +++ b/usr/src/lib/libnsl/nss/getprofattr.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 <stdlib.h> #include <sys/types.h> #include <nss_dbdefs.h> |