]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/debugline.h
ld64-409.12.tar.gz
[apple/ld64.git] / src / ld / debugline.h
index 51d585ecb4b1a21c9c2d81af113fff5ae1b28416..e45c290d4242c4086fdcdb1eff64377de37d95e7 100644 (file)
@@ -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 <stdint.h>
 #include <stddef.h>
 
@@ -107,3 +110,5 @@ void line_free (struct line_reader_data * lnd);
 }
 #endif
 
+#endif // __DEBUG_LINE_H__
+