diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-22 10:31:20 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-22 10:31:20 +0100 |
| commit | fe6bb4a69f67a621f0b7821eeef7b1347be3fce2 (patch) | |
| tree | 79b70e4a873f9e7a59f794d4583a10656f632891 /vterm-module.h | |
| parent | 31db3e6a75b98d64c52fcf989bb09e7486caa1fd (diff) | |
Fix build on Mac OS X
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h index b971592..477ad01 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -3,6 +3,7 @@ #include <emacs-module.h> #include <inttypes.h> +#include <pthread.h> #include <stdbool.h> #include <vterm.h> |
