From bfe0583a1264e2b1467942ec33e1fa773d450d9b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 10 Aug 2015 11:20:29 +0200 Subject: Move feature test macros to config.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I removed most of the *BSD-related stuff, because I can’t test these. If this breaks your build, send me a patch please. --- src/libpiano/piano.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libpiano/piano.h') diff --git a/src/libpiano/piano.h b/src/libpiano/piano.h index f0ba4cf..1a84d4a 100644 --- a/src/libpiano/piano.h +++ b/src/libpiano/piano.h @@ -24,6 +24,8 @@ THE SOFTWARE. #ifndef SRC_LIBPIANO_PIANO_H_MFBT13PN #define SRC_LIBPIANO_PIANO_H_MFBT13PN +#include "../config.h" + #include #ifdef __FreeBSD__ #define _GCRYPT_IN_LIBGCRYPT -- cgit v1.2.3