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/player.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index b97f5b2..e4d9f5b 100644 --- a/src/player.h +++ b/src/player.h @@ -38,7 +38,6 @@ THE SOFTWARE. #include #include "settings.h" -#include "config.h" typedef struct { /* protected by pauseMutex */ -- cgit v1.2.3