all repos — tint2 @ 8193f7f4942edb041789e352c27786540dfbbc81

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

Fix "implicit declaration" warning by including unistd.h.


git-svn-id: http://tint2.googlecode.com/svn/trunk@221 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Spooky85@gmail.com Spooky85@gmail.com@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

8193f7f4942edb041789e352c27786540dfbbc81

parent

cd5b2b26a99702db7a062e8fa1276a491b7ac5ab

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

jump to
M src/taskbar/task.csrc/taskbar/task.c

@@ -25,6 +25,7 @@ #include <stdio.h>

#include <stdlib.h> #include <string.h> #include <glib.h> +#include <unistd.h> #include "window.h" #include "task.h"