From ddd83e5c69b8bf0061d165b9ce6ad0c52b9cdb6d Mon Sep 17 00:00:00 2001 From: Piruzzolo Date: Wed, 15 Apr 2020 18:44:45 +0200 Subject: [PATCH] make it compile with ubuntu 19.10 also need to create an header, 'touch /usr/include/stropts.h' --- src/DVBReceptor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DVBReceptor.cpp b/src/DVBReceptor.cpp index 9de059a..08f112c 100644 --- a/src/DVBReceptor.cpp +++ b/src/DVBReceptor.cpp @@ -24,7 +24,7 @@ #include #include #include - +#include #include #include #include