From 55ac2338fcf5c3f2f3f812fd53063ce58aa38a49 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 1 Jun 2021 18:21:08 +0200 Subject: portability and standards: add BSD-like err() and errx() functions These are BSD functions. - HaikuOS now compiles without having to use libbsd. - Tested on SerenityOS (for fun), which doesn't have these functions (yet). With a small change to support wcwidth() sfeed works on SerenityOS. --- sfeed_frames.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sfeed_frames.c') diff --git a/sfeed_frames.c b/sfeed_frames.c index dc225d9..89838cc 100644 --- a/sfeed_frames.c +++ b/sfeed_frames.c @@ -1,6 +1,5 @@ #include -#include #include #include #include -- cgit v1.2.3