From 079d70dda4aa1edd9512cfd25ff1e47e316dc355 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Wed, 4 Oct 2023 08:34:57 +0200 Subject: [PATCH] .cland: add include to libnl3 --- .clangd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clangd b/.clangd index 1438281..dad3d09 100644 --- a/.clangd +++ b/.clangd @@ -1,2 +1,2 @@ CompileFlags: - Add: [-std=c++17, -fno-exceptions, -Wno-unused, -Wno-unused-parameter] + Add: [-std=c++17, -I/usr/include/libnl3, -fno-exceptions, -Wno-unused, -Wno-unused-parameter]