diff options
Diffstat (limited to '')
-rw-r--r-- | .vscode/c_cpp_properties.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index e42bd88..fc26ed4 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,6 +5,7 @@ "intelliSenseMode": "gcc-x64", "compilerPath": "/usr/bin/gcc", "includePath": [ + "/usr/include/**", "${workspaceFolder}/**" ], "defines": [], |