diff options
Diffstat (limited to 'usr/src/lib/librt/common/pos4obj.c')
-rw-r--r-- | usr/src/lib/librt/common/pos4obj.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/librt/common/pos4obj.c b/usr/src/lib/librt/common/pos4obj.c index 7277d88021..2d6917ed33 100644 --- a/usr/src/lib/librt/common/pos4obj.c +++ b/usr/src/lib/librt/common/pos4obj.c @@ -19,13 +19,15 @@ * * CDDL HEADER END */ + /* - * Copyright 2004 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 "c_synonyms.h" #include <sys/types.h> #include <errno.h> #include <fcntl.h> |