From cbb76849ea2a3e083508c463fb099edd9043f636 Mon Sep 17 00:00:00 2001 From: o9000 Date: Mon, 8 Aug 2016 13:08:29 +0200 Subject: [PATCH] Fix missing include (fixes issue #594; thanks @Coacher) --- src/tint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tint.c b/src/tint.c index be3b48d..61d9299 100644 --- a/src/tint.c +++ b/src/tint.c @@ -37,10 +37,10 @@ #include #include #include +#include #ifdef HAVE_SN #include -#include #endif #include