aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-03-28 20:08:42 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-03-28 20:08:42 +0000
commit6ca5c79338af2749a655968ef1335564ad503455 (patch)
tree5c7f084c2fd6c3d5bd982b9e174415a779dcdf35 /dzen.h
parentb4f53e7acbf377841a790172c24ba86d18e03dfc (diff)
downloaddzen-6ca5c79338af2749a655968ef1335564ad503455.tar.gz
dzen-6ca5c79338af2749a655968ef1335564ad503455.zip
dzen.h includes pthread.h
git-svn-id: http://dzen.googlecode.com/svn/trunk@5 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index 8b92e9d..1f1e2c6 100644
--- a/dzen.h
+++ b/dzen.h
@@ -6,6 +6,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
+#include <pthread.h>
#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
#define BGCOLOR "#ab0b0b"