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