diff options
| author | Kylie McClain <kylie@somas.is> | 2019-11-29 22:50:24 -0500 |
|---|---|---|
| committer | Kylie McClain <kylie@somas.is> | 2019-11-29 22:58:36 -0500 |
| commit | dc1cf248468197c9394a498b32897d5b3c080e89 (patch) | |
| tree | b14754390f9d58fdb376405178392c9b86520ff1 /src/buffer.hh | |
| parent | b765fb4971db28bac608abc5cd856a9cb94fcfe1 (diff) | |
buffer.hh: Fix building on musl+libc++
Fixes #3233.
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index a586e828..24509ba9 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -12,6 +12,7 @@ #include "value.hh" #include "vector.hh" +#include <sys/types.h> #include <ctime> namespace Kakoune |
