</varlistentry>
 
     <varlistentry> 
-
       <term>If I explicitely set the buffering on a Handle to
-      "NoBuffering" I'm not able to > enter EOF by typing
+      "NoBuffering" I'm not able to enter EOF by typing
       "Ctrl-D".</term>
 
       <listitem>
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Why do I get errors about missing include files when
+      compiling with <option>-O</option> or
+      <option>-prof</option>?</term>
+
+      <listitem>
+       <para>Certain options, such as <option>-O</option>, turn on
+       via-C compilation, instead of using the native code generator.
+       Include files named by <option>-#include</option> options
+       or in <literal>foreign import</literal> declarations are only
+       used in via-C compilation mode.  See <xref
+       linkend="finding-header-files"> for more details.</para>
+      </listitem>
+    </varlistentry>
+
   </variablelist>
 </chapter>