<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">Is there a way to ignore a specific header file when declaring a C dependency? I’m working with a library that publicly declares `flash` as a struct, and that conflicts with `ncurses`’s definition of `flash`. His code makes no use of curses.h, and I won’t be using it either.</div><div class=""><br class=""></div><div class="">Is there any way I can specifically exclude `curses.h` from my modulemap file? It’s a very simple file.</div><div class=""><br class=""></div><div class=""><div class=""><font face="Menlo" class="">module CFlipper [system] {</font></div><div class=""><font face="Menlo" class="">&nbsp; &nbsp; umbrella "/usr/local/include/flipper/"</font></div><div class=""><font face="Menlo" class="">&nbsp; &nbsp; link "flipper"</font></div><div class=""><font face="Menlo" class="">&nbsp; &nbsp; export *</font></div><div class=""><font face="Menlo" class="">}</font></div></div></body></html>