mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 20:24:56 +01:00
Fix missing include
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
13f34c4434
commit
fd63371fdf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue