all repos — tint2 @ 9437c91bd8ee8a6e7284de32d0bdceda420cc7a2

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Add missing include
o9000 mrovi9000@gmail.com
commit

9437c91bd8ee8a6e7284de32d0bdceda420cc7a2

parent

e4c5509061d1c0d11b6b45e90ed997f24a2b5fb4

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/execplugin/execplugin.csrc/execplugin/execplugin.c

@@ -10,6 +10,7 @@ #include <stdlib.h>

#include <unistd.h> #include <errno.h> #include <time.h> +#include <fcntl.h> #include "window.h" #include "server.h"