Add missing <time.h> header so that timespec is well defined

This commit is contained in:
Maxime Coste 2016-07-27 00:14:11 +01:00
parent 80c3405a20
commit dffb1dff7c

View File

@ -10,6 +10,8 @@
#include "value.hh"
#include "vector.hh"
#include <time.h>
namespace Kakoune
{