diff options
Diffstat (limited to 'usr/src/lib/libidmap/common/idmap_cache.c')
-rw-r--r-- | usr/src/lib/libidmap/common/idmap_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libidmap/common/idmap_cache.c b/usr/src/lib/libidmap/common/idmap_cache.c index f83b65ee08..7d58d079b5 100644 --- a/usr/src/lib/libidmap/common/idmap_cache.c +++ b/usr/src/lib/libidmap/common/idmap_cache.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -38,7 +38,7 @@ #include <sys/idmap.h> #include <stddef.h> #include <stdlib.h> -#include "idmap_prot.h" +#include <rpcsvc/idmap_prot.h> #include "idmap_cache.h" |