From a20db3ce54e44b14e918a5bf67543621ad1f822d Mon Sep 17 00:00:00 2001 From: Ionel-Cristinel ANICHITEI Date: Mon, 27 Jul 2020 17:04:04 +0300 Subject: [PATCH] Fix constants.h include path --- bddisasm/include/tabledefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bddisasm/include/tabledefs.h b/bddisasm/include/tabledefs.h index 49f40cf..3bd1fe3 100644 --- a/bddisasm/include/tabledefs.h +++ b/bddisasm/include/tabledefs.h @@ -486,7 +486,7 @@ typedef enum _ND_OPERAND_TYPE_SPEC // Include auto-generated stuff. // #include "mnemonics.h" -#include "../inc/constants.h" +#include "../../inc/constants.h" #include "instructions.h" #include "prefixes.h" #include "table_root.h"