summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-07-27 00:14:11 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-07-27 00:14:11 +0100
commitdffb1dff7cbf78c2940d0734dd80775b5dad889b (patch)
tree446f95a4d311f98d94661fd7e79ce406dc6f1be3 /src/buffer.hh
parent80c3405a20269d6e47772262b6ed8e662bf08448 (diff)
Add missing <time.h> header so that timespec is well defined
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 845d04b1..7b04aa9d 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -10,6 +10,8 @@
#include "value.hh"
#include "vector.hh"
+#include <time.h>
+
namespace Kakoune
{