X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/55e3d2f687f4ed9653982dbda92c6a055b0a8350..e456bf1059cf7e6b8b71545d1b2f2092b55a9684:/src/ld/debugline.h diff --git a/src/ld/debugline.h b/src/ld/debugline.h index 51d585e..e45c290 100644 --- a/src/ld/debugline.h +++ b/src/ld/debugline.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2006 Apple, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -20,6 +20,9 @@ * * @APPLE_LICENSE_HEADER_END@ */ +#ifndef __DEBUG_LINE_H__ +#define __DEBUG_LINE_H__ + #include #include @@ -107,3 +110,5 @@ void line_free (struct line_reader_data * lnd); } #endif +#endif // __DEBUG_LINE_H__ +