summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-05-19 10:43:14 -0700
committerGitHub <noreply@github.com>2024-05-19 10:43:14 -0700
commita3a7b551eded5bfad7509bd9daeb9fbbb585a958 (patch)
treefc5841964f33c23c2d4fc8dc6234670c29199ffa /include
parent44057c087a4e57bff4ece44b9aa9da06e2db3a57 (diff)
various makefile adjustments (#1635)
Diffstat (limited to 'include')
-rw-r--r--include/tables/dmadata_table.h2
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