summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Lambert <eric.lambert@seagate.com>2014-11-08 08:31:34 -0800
committerEric Lambert <eric.lambert@seagate.com>2014-11-08 08:31:34 -0800
commit2798a65d818aef197bd32b1a9f6721c997ceef42 (patch)
treee89015df1f4c7418974a65bced3ed1e0897b60d8 /include
parent413c6605dd363e14b214b4306ff6d038061deb3b (diff)
downloadliberasurecode-2798a65d818aef197bd32b1a9f6721c997ceef42.tar.gz
Make include of config_liberasurecode.h conditonal. Have been expermenting with using cmake to build the project and cmake does not generate the config_liberasurecode.h file.
Diffstat (limited to 'include')
-rw-r--r--include/erasurecode/erasurecode_stdinc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erasurecode/erasurecode_stdinc.h b/include/erasurecode/erasurecode_stdinc.h
index 80d8224..0a74995 100644
--- a/include/erasurecode/erasurecode_stdinc.h
+++ b/include/erasurecode/erasurecode_stdinc.h
@@ -25,7 +25,9 @@
#ifndef _ERASURECODE_STDINC_H_
#define _ERASURECODE_STDINC_H_
+#ifndef _EXCLUDE_LIBERASURE_CODE_H_
#include "config_liberasurecode.h"
+#endif
#include "erasurecode_log.h"
#ifdef HAVE_SYSLOG_H