all repos — tint2 @ 3aa476a2486e60754f70e8a5d33b55898fdf7547

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

*fix* missing include


git-svn-id: http://tint2.googlecode.com/svn/trunk@347 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Andreas.Fink85 Andreas.Fink85@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

3aa476a2486e60754f70e8a5d33b55898fdf7547

parent

5e60361da8a995e33e45a6b4be5d7fcd8fe0f2e6

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

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

@@ -16,6 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

**************************************************************************/ #include <time.h> +#include <sys/time.h> #include <stdlib.h> #include <stdio.h>