aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--action.h2
-rw-r--r--dzen.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/action.h b/action.h
index 9db6531..313efe5 100644
--- a/action.h
+++ b/action.h
@@ -4,8 +4,6 @@
*
*/
-#include <pthread.h>
-
/* Event, Action data structures */
typedef struct AS As;
typedef struct EV Ev;
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"