diff options
author | portix <none@none> | 2013-02-05 20:36:09 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-05 20:36:09 +0100 |
commit | 1a877975a64c738fa0f3d893421844c4d064816a (patch) | |
tree | 7f6e13ee65f5ed7203917dc45d32d5d5b6c07a9d /src/editor.c | |
parent | ab805229ea3768a02598c74257cc91d97d5e99f8 (diff) | |
download | dwb-1a877975a64c738fa0f3d893421844c4d064816a.zip |
Adding pthread.h to editor.c
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" |