aboutsummaryrefslogtreecommitdiff
path: root/include/libdecnumber/decNumberLocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libdecnumber/decNumberLocal.h')
-rw-r--r--include/libdecnumber/decNumberLocal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libdecnumber/decNumberLocal.h b/include/libdecnumber/decNumberLocal.h
index f2a919bb11..f5f508f294 100644
--- a/include/libdecnumber/decNumberLocal.h
+++ b/include/libdecnumber/decNumberLocal.h
@@ -44,7 +44,7 @@
#include <stdlib.h> /* for abs */
#include <string.h> /* for memset, strcpy */
- #include "dconfig.h" /* for WORDS_BIGENDIAN */
+ #include "libdecnumber/dconfig.h"
/* Conditional code flag -- set this to match hardware platform */
/* 1=little-endian, 0=big-endian */