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/ui_act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 2555367..e8452e6 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -23,7 +23,7 @@ THE SOFTWARE. /* functions responding to user's keystrokes */ -#define _BSD_SOURCE +#include "config.h" #include #include -- cgit v1.2.3