-findirect-choice

diff --git a/libasn1compiler/asn1compiler.h b/libasn1compiler/asn1compiler.h
index 4fa4a9f..e688018 100644
--- a/libasn1compiler/asn1compiler.h
+++ b/libasn1compiler/asn1compiler.h
@@ -47,6 +47,10 @@
 	 * Do not generate courtesy #includes for external dependencies.
 	 */
 	A1C_NO_INCLUDE_DEPS	= 0x0200,
+	/*
+	 * Compile members of CHOICE as indirect pointers.
+	 */
+	A1C_INDIRECT_CHOICE	= 0x0400,
 };
 
 /*