From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 19 Nov 2016 21:23:42 +0000 (+0100)
Subject: Readded gdk/gdkx.h which was missing if build for gtk2.
X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=2a25b3b0402df288e047201c9942689c31695055;p=vimb.git

Readded gdk/gdkx.h which was missing if build for gtk2.
---

diff --git a/src/main.c b/src/main.c
index 0a6622a..9c63bac 100644
--- a/src/main.c
+++ b/src/main.c
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <gdk/gdkx.h>
 #include "main.h"
 #include "util.h"
 #include "command.h"