diff options
Diffstat (limited to 'src/editor.c')
-rw-r--r-- | src/editor.c | 1 |
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" |