diff --git a/presence/implementation/ldt.cc b/presence/implementation/ldt.cc index 01126dd2..8e512fd6 100644 --- a/presence/implementation/ldt.cc +++ b/presence/implementation/ldt.cc @@ -23,7 +23,7 @@ #include "absl/strings/str_format.h" #include "absl/strings/string_view.h" #ifdef USE_RUST_LDT -#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h" +#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h" #else #include "presence/implementation/np_ldt.h" #endif /* USE_RUST_LDT */ diff --git a/presence/implementation/ldt.h b/presence/implementation/ldt.h index 6a563505..647d62e7 100644 --- a/presence/implementation/ldt.h +++ b/presence/implementation/ldt.h @@ -21,7 +21,7 @@ #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #ifdef USE_RUST_LDT -#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h" +#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h" #else #include "presence/implementation/np_ldt.h" #endif /* USE_RUST_LDT */