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_web.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sfeed_web.c') diff --git a/sfeed_web.c b/sfeed_web.c index a715731..2d77d4c 100644 --- a/sfeed_web.c +++ b/sfeed_web.c @@ -1,5 +1,4 @@ #include -#include #include #include -- cgit v1.2.3