Skip to content

Commit c41a2dd

Browse files
rokupsddobrev
authored andcommitted
Add one more include path which linux usually expects.
1 parent 74d753a commit c41a2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Parser/ParserOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ public void SetupLinux(string headersPath = "")
295295
AddSystemIncludeDirs($"{headersPath}/usr/include/{tripple}");
296296
}
297297
AddSystemIncludeDirs($"{headersPath}/usr/include");
298+
AddSystemIncludeDirs($"{headersPath}/usr/include/linux");
298299
}
299300

300301
public void Setup()

0 commit comments

Comments
 (0)