all repos — tint2 @ a4de005a54683f27343b6198bace52cbd17389ce

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

Add missing include
o9000 o9000
commit

a4de005a54683f27343b6198bace52cbd17389ce

parent

7ace3a59564234ae1700fff7bb93e6c912bc56c7

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

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

@@ -20,6 +20,7 @@ **************************************************************************/

#include <sys/stat.h> #include <unistd.h> +#include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h>