From dc92b189c0ea7469170f9ebfadd7c9e60bbb5960 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 27 Feb 2018 17:51:25 -0500 Subject: Print message in gfx/none --- bin/gfx/none.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/gfx/none.c') diff --git a/bin/gfx/none.c b/bin/gfx/none.c index c3b4a0a9..6decb24b 100644 --- a/bin/gfx/none.c +++ b/bin/gfx/none.c @@ -14,10 +14,11 @@ * along with this program. If not, see . */ +#include #include #include "gfx.h" int main() { - return EX_CONFIG; + errx(EX_CONFIG, "no gfx frontend"); } -- cgit 1.4.1