all repos — tint2 @ cbb76849ea2a3e083508c463fb099edd9043f636

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

Fix missing include (fixes issue #594; thanks @Coacher)
o9000 mrovi9000@gmail.com
commit

cbb76849ea2a3e083508c463fb099edd9043f636

parent

cf930fa42e73b3ef96198c7b2914fdc8687d6feb

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

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

@@ -37,10 +37,10 @@ #include <sys/types.h>

#include <pwd.h> #include <time.h> #include <sys/time.h> +#include <sys/wait.h> #ifdef HAVE_SN #include <libsn/sn.h> -#include <sys/wait.h> #endif #include <version.h>