hello,<br>   <br>how to initialize &#39;bf-&gt;priv-&gt;file_db&#39;? because db = bf-&gt;priv-&gt;file_db, but with NULL value always segmentation fault return,  I tried bf-&gt;priv-&gt;file_db = malloc(sizeof(DB)); but error said incomplete type, how can I do?<br>