diff options
Diffstat (limited to 'test/VFS/Inputs/public_header.h')
-rw-r--r-- | test/VFS/Inputs/public_header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/VFS/Inputs/public_header.h b/test/VFS/Inputs/public_header.h index 09d9969..cc7bcb5 100644 --- a/test/VFS/Inputs/public_header.h +++ b/test/VFS/Inputs/public_header.h @@ -1,2 +1,3 @@ #import <SomeFramework/public_header2.h> +#import "public_header3.h" // includer-relative void from_framework(void); |