X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fmain.h;h=1f213ccee6b8d55334df4b7ecd8978e6b954b8d9;hb=0ed29f567866ad00a2cb14ce2e6eb5a29b277011;hp=18c6e374472f6b199588b966b95580743894fa6a;hpb=00cf2b21daa5bd5973f52cb1ac7a3852bf69f7cc;p=i3%2Fi3 diff --git a/include/main.h b/include/main.h index 18c6e374..1f213cce 100644 --- a/include/main.h +++ b/include/main.h @@ -2,13 +2,15 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * main.c: Initialization, main loop * */ #pragma once +#include + /** * Enable or disable the main X11 event handling function. * This is used by drag_pointer() which has its own, modal event handler, which