summaryrefslogtreecommitdiff
path: root/sfeed_web.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-06-01 18:21:08 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-06-01 18:21:08 +0200
commit55ac2338fcf5c3f2f3f812fd53063ce58aa38a49 (patch)
tree034020ab2e64a27b98a7bb87296fd24675ddf9d2 /sfeed_web.c
parentcbb82666e00815aa2dbcc3f144460f3003b46b70 (diff)
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.
Diffstat (limited to 'sfeed_web.c')
-rw-r--r--sfeed_web.c1
1 files changed, 0 insertions, 1 deletions
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 <ctype.h>
-#include <err.h>
#include <stdio.h>
#include <strings.h>