From ce25bf3f5067c7c40a6aaf6eec5c7d5091aba0a8 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Mon, 24 Nov 2014 13:19:24 +0100 Subject: [PATCH] Issue #91 Reverse order of headers to fix build. --- source/rofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rofi.c b/source/rofi.c index 5dfb8e72..735aa2f3 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -54,9 +54,9 @@ #ifdef HAVE_I3_IPC_H #include -#include #include #include +#include #include #endif