all repos — tint2 @ 86d6e96f7ad57d9727e76b0ec1b9b95dc92db625

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

Fix build on various architectures
o9000 mrovi9000@gmail.com
commit

86d6e96f7ad57d9727e76b0ec1b9b95dc92db625

parent

87e1ccc6bf997b8141008a1134a2229b41bb0cc6

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

jump to
M src/util/common.csrc/util/common.c

@@ -40,7 +40,9 @@ #include <fcntl.h>

#include <sys/time.h> #include <errno.h> #include <dirent.h> +#if !defined(__OpenBSD__) #include <wordexp.h> +#endif #ifdef HAVE_RSVG #include <librsvg/rsvg.h>