From 25ef320e1799dab8dc1cd3b72213fed30f5958b8 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Sun, 3 Aug 2025 14:25:40 -0400 Subject: [PATCH] MT#55283 update YCM conf Change-Id: Iac6a1d5cfe4d78533183d94c82beb58abdb72f44 --- daemon/.ycm_extra_conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/.ycm_extra_conf.py b/daemon/.ycm_extra_conf.py index 723ec7c5a..78557db4a 100644 --- a/daemon/.ycm_extra_conf.py +++ b/daemon/.ycm_extra_conf.py @@ -34,6 +34,7 @@ flags = [ '-pthread', '-I../kernel-module/', '-I../lib/', + '-I../daemon/private', '-I../include/', '-I../daemon/', '-D_GNU_SOURCE',