summaryrefslogtreecommitdiffstats
path: root/src/bdd/epd
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/epd')
-rw-r--r--src/bdd/epd/epd.c2
-rw-r--r--src/bdd/epd/epd.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bdd/epd/epd.c b/src/bdd/epd/epd.c
index 3f92af94..6a803e16 100644
--- a/src/bdd/epd/epd.c
+++ b/src/bdd/epd/epd.c
@@ -52,7 +52,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
-#include "util_hack.h"
+#include "src/misc/util/util_hack.h"
#include "epd.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/bdd/epd/epd.h b/src/bdd/epd/epd.h
index 1ca033d2..012380ed 100644
--- a/src/bdd/epd/epd.h
+++ b/src/bdd/epd/epd.h
@@ -48,8 +48,8 @@
******************************************************************************/
-#ifndef _EPD
-#define _EPD
+#ifndef ABC__bdd__epd__epd_h
+#define ABC__bdd__epd__epd_h
ABC_NAMESPACE_HEADER_START