X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libi3%2Fipc_connect.c;h=44ff7056e4cb9b0766d9e76a71a8fd280fc072ac;hb=16c8832a7bceadf6ad5fcae22e9a5edf6864ec37;hp=2c41fcc2d54b9144ead4b214aa6d9f2e1178555d;hpb=4f57d49318d6e50ac03c427026b2653804a08527;p=i3%2Fi3 diff --git a/libi3/ipc_connect.c b/libi3/ipc_connect.c index 2c41fcc2..44ff7056 100644 --- a/libi3/ipc_connect.c +++ b/libi3/ipc_connect.c @@ -2,10 +2,7 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * - * © 2009-2011 Michael Stapelberg and contributors - * - * See file LICENSE for license information. + * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) * */ #include @@ -15,6 +12,8 @@ #include #include +#include "libi3.h" + /* * Connects to the i3 IPC socket and returns the file descriptor for the * socket. die()s if anything goes wrong.