summaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 4ae342a..02a16ac 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -6,6 +6,11 @@
"/usr/include/**",
"${workspaceFolder}/src/**"
],
+ "forcedInclude": [
+ "${workspaceFolder}/src/freeradius-devel/autoconf.h",
+ "${workspaceFolder}/src/freeradius-devel/build.h",
+ "${workspaceFolder}/src/freeradius-devel/features.h"
+ ],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
@@ -17,6 +22,11 @@
"includePath": [
"${workspaceFolder}/src/**"
],
+ "forcedInclude": [
+ "${workspaceFolder}/src/freeradius-devel/autoconf.h",
+ "${workspaceFolder}/src/freeradius-devel/build.h",
+ "${workspaceFolder}/src/freeradius-devel/features.h"
+ ],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",