Using "/usr/include" as a default include path

This commit is contained in:
Pierre Pronchery 2008-04-11 11:40:06 +00:00
parent 1219681b61
commit 91cd493f83

View File

@ -69,6 +69,9 @@ int main(int argc, char * argv[])
int o;
memset(&prefs, 0, sizeof(prefs));
/* default path */
if(_main_add_path(&prefs, "/usr/include") != 0)
return 2;
while((o = getopt(argc, argv, "cD:EgI:L:o:O123sU:")) != -1)
switch(o)
{