diff options
Diffstat (limited to 'usr/src/cmd/filebench/common/utils.c')
-rw-r--r-- | usr/src/cmd/filebench/common/utils.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/common/utils.c b/usr/src/cmd/filebench/common/utils.c index 3683a5f25c..68dc415a2f 100644 --- a/usr/src/cmd/filebench/common/utils.c +++ b/usr/src/cmd/filebench/common/utils.c @@ -19,8 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Portions Copyright 2008 Denis Cheng */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -34,6 +36,8 @@ #ifdef HAVE_STDINT_H #include <stdint.h> #endif + +#include "filebench.h" #include "utils.h" #include "parsertypes.h" |