From 64e12d059135bb514247a10f270b5839945e36cb Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 7 May 2025 16:10:22 -0700 Subject: [PATCH] fix binary tool builds after usage of path in rdi_from_pdb layer --- src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c | 2 ++ src/rdi_from_pdb/rdi_from_pdb_main.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c b/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c index f3c72e7e..6e6b71d0 100644 --- a/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c +++ b/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c @@ -21,6 +21,7 @@ //- rjf: [h] #include "base/base_inc.h" #include "os/os_inc.h" +#include "path/path.h" #include "async/async.h" #include "rdi_make/rdi_make_local.h" #include "coff/coff.h" @@ -38,6 +39,7 @@ //- rjf: [c] #include "base/base_inc.c" #include "os/os_inc.c" +#include "path/path.c" #include "async/async.c" #include "rdi_make/rdi_make_local.c" #include "coff/coff.c" diff --git a/src/rdi_from_pdb/rdi_from_pdb_main.c b/src/rdi_from_pdb/rdi_from_pdb_main.c index 9b2e49b5..a0d02a7d 100644 --- a/src/rdi_from_pdb/rdi_from_pdb_main.c +++ b/src/rdi_from_pdb/rdi_from_pdb_main.c @@ -19,6 +19,7 @@ //- rjf: [h] #include "base/base_inc.h" #include "os/os_inc.h" +#include "path/path.h" #include "async/async.h" #include "rdi_make/rdi_make_local.h" #include "coff/coff.h" @@ -35,6 +36,7 @@ //- rjf: [c] #include "base/base_inc.c" #include "os/os_inc.c" +#include "path/path.c" #include "async/async.c" #include "rdi_make/rdi_make_local.c" #include "coff/coff.c"