summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
authorportix <none@none>2013-02-05 20:36:09 +0100
committerportix <none@none>2013-02-05 20:36:09 +0100
commit1a877975a64c738fa0f3d893421844c4d064816a (patch)
tree7f6e13ee65f5ed7203917dc45d32d5d5b6c07a9d /src/editor.c
parentab805229ea3768a02598c74257cc91d97d5e99f8 (diff)
downloaddwb-1a877975a64c738fa0f3d893421844c4d064816a.zip
Adding pthread.h to editor.c
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor.c b/src/editor.c
index 4ac8045e..eb906a80 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -17,6 +17,7 @@
*/
#include <string.h>
+#include <pthread.h>
#include "dwb.h"
#include "editor.h"
#include "util.h"