summaryrefslogtreecommitdiff
path: root/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index 66ee2b8..79ed033 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -28,6 +28,9 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#include <stdint.h>
#endif
+#define __MPC_LIBRARY_BUILD
+ /* to indicate we are inside the library build; needed here since mpc-log.h
+ includes mpc.h and not mpc-impl.h */
#include "mpc-log.h"
#ifdef HAVE_DLFCN_H