diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-05-19 10:43:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-19 10:43:14 -0700 |
| commit | a3a7b551eded5bfad7509bd9daeb9fbbb585a958 (patch) | |
| tree | fc5841964f33c23c2d4fc8dc6234670c29199ffa /include | |
| parent | 44057c087a4e57bff4ece44b9aa9da06e2db3a57 (diff) | |
various makefile adjustments (#1635)
Diffstat (limited to 'include')
| -rw-r--r-- | include/tables/dmadata_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tables/dmadata_table.h b/include/tables/dmadata_table.h index a5ad2a21f..31d97ecb6 100644 --- a/include/tables/dmadata_table.h +++ b/include/tables/dmadata_table.h @@ -3,7 +3,7 @@ */ #ifdef NON_MATCHING // For non-matching builds, dmadata is generated from the specfile segments -#include "dmadata_table_spec.h" +#include "dmadata/dmadata_table_spec.h" #else #include "dmadata/dmadata_table_us.h" #endif |
