X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..de355530ae67247cbd0da700edb3a2a1dae884c2:/bsd/isofs/cd9660/iso.h?ds=sidebyside diff --git a/bsd/isofs/cd9660/iso.h b/bsd/isofs/cd9660/iso.h index 55fca26c0..1b69d791c 100644 --- a/bsd/isofs/cd9660/iso.h +++ b/bsd/isofs/cd9660/iso.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2001 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -63,6 +63,9 @@ #ifndef _ISO_H_ #define _ISO_H_ +#include + +#ifdef __APPLE_API_PRIVATE #define ISODCL(from, to) (to - from + 1) struct iso_volume_descriptor { @@ -396,4 +399,5 @@ void packattrblk __P((struct attrlist *alist, struct vnode *vp, */ #define ASSOCCHAR '=' +#endif /* __APPLE_API_PRIVATE */ #endif /* ! _ISO_H_ */