4506N/A/*
4506N/A * CDDL HEADER START
4506N/A *
4506N/A * The contents of this file are subject to the terms of the
4506N/A * Common Development and Distribution License (the "License").
4506N/A * You may not use this file except in compliance with the License.
4506N/A *
4506N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4506N/A * or http://www.opensolaris.org/os/licensing.
4506N/A * See the License for the specific language governing permissions
4506N/A * and limitations under the License.
4506N/A *
4506N/A * When distributing Covered Code, include this CDDL HEADER in each
4506N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4506N/A * If applicable, add the following below this CDDL HEADER, with the
4506N/A * fields enclosed by brackets "[]" replaced with your own identifying
4506N/A * information: Portions Copyright [yyyy] [name of copyright owner]
4506N/A *
4506N/A * CDDL HEADER END
4506N/A */
4506N/A
4506N/A/*
6033N/A * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
4506N/A */
4506N/A
4506N/A/* LINTLIBRARY */
4506N/A/* PROTOLIB1 */
4506N/A
6033N/A/*
6033N/A * This little dance is necessary to avoid ftello/fseeko
6033N/A * complaints vs libc. We don't use them but we do #include
4506N/A * stdio.h and as we are large file aware they get defined
4506N/A * differently than libc.
4506N/A */
6033N/A#include <sys/types.h>
4506N/A#include <libmng.h>
4506N/A
4506N/A