]> Dogcows Code - chaz/tint2/commitdiff
Fix "implicit declaration" warning by including unistd.h.
authorChristian Ruppert <Spooky85@gmail.com>
Mon, 19 Oct 2009 18:27:25 +0000 (18:27 +0000)
committerChristian Ruppert <Spooky85@gmail.com>
Mon, 19 Oct 2009 18:27:25 +0000 (18:27 +0000)
src/taskbar/task.c

index c8db413eaa9e95fc1cceb755e9377ccc0b73dce9..6309f2734a9f02329e4f2809cc611d8788f2c6fb 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
+#include <unistd.h>
 
 #include "window.h"
 #include "task.h"
This page took 0.018984 seconds and 4 git commands to generate.