1 From ecd884cad91b509c9dd033c7b7b8233e6bd013de Mon Sep 17 00:00:00 2001
2 From: "S. Gilles" <sgilles@carrastro.com>
3 Date: Sat, 25 Jun 2016 23:34:34 +0000
4 Subject: [PATCH 3/4] use system signalfd.h
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/src/fbterm.cpp b/src/fbterm.cpp
11 index 38d4014..748f38d 100644
17 // <sys/signalfd.h> offered by some systems has bug with g++
18 -#include "signalfd.h"
19 +#include <sys/signalfd.h>
21 static sigset_t oldSigmask;