X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fkey_press.h;h=8f23854b0b34d6d9787c355bb8965befe625fbca;hb=db0add0f11995d4273c76c3c1ad3ab131cea6a99;hp=86cc6836f1300402ad29a26c3cddcc62968c4ff2;hpb=94b1e76af45431f8cb5878679591cd504f629e60;p=i3%2Fi3 diff --git a/include/key_press.h b/include/key_press.h index 86cc6836..8f23854b 100644 --- a/include/key_press.h +++ b/include/key_press.h @@ -2,13 +2,15 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * key_press.c: key press handler * */ #pragma once +#include + /** * There was a key press. We compare this key code with our bindings table and pass * the bound action to parse_command().