Fix missing include

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2014-05-30 14:57:57 +02:00
parent 13f34c4434
commit fd63371fdf

View File

@ -52,6 +52,7 @@ authorization from the copyright holder.
#include <string.h>
#include <sys/stat.h>
#include <time.h>
#if defined(_WIN32) || defined(__WIN32__) || defined(__TOS_WIN__) || defined(__WINDOWS__)
#define SYNCTEX_WINDOWS 1