From 1171dd05f701c460232e6453a997ad2cacc65ae1 Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 16 Jul 2015 00:17:14 -0400 Subject: Import some code to handle syms. --- lib/substitute-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/substitute-internal.h') diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h index 675f6eb..c9b78f0 100644 --- a/lib/substitute-internal.h +++ b/lib/substitute-internal.h @@ -16,6 +16,7 @@ #include #include #include +#include #ifdef __LP64__ typedef struct mach_header_64 mach_header_x; typedef struct segment_command_64 segment_command_x; @@ -27,6 +28,7 @@ typedef struct segment_command segment_command_x; typedef struct section section_x; #define LC_SEGMENT_X LC_SEGMENT #endif +/* instead of 'nlist_x', use substitute_sym */ #endif /* FORCE_* are for tests */ -- cgit v1.2.3