sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 6c0d824397cf59d75258fbed6c937d5bf6dafd23
parent 41b46d04521618d33bb159cc963b1d8e6b6e173f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 31 May 2022 11:30:56 +0200

minicurses.h: remove unneeded include

In the past there was an ioctl() call in setupterm(), so this include is not
needed anymore.

Diffstat:
Mminicurses.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/minicurses.h b/minicurses.h @@ -1,5 +1,3 @@ -#include <sys/ioctl.h> - #undef OK #define OK (0)