mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 09:23:45 +01:00
Fix synctex_parser.h include
This commit is contained in:
parent
eabd883e62
commit
7a245257b1
@ -2,7 +2,12 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <girara/utils.h>
|
#include <girara/utils.h>
|
||||||
|
|
||||||
|
#ifdef WITH_SYSTEM_SYNCTEX
|
||||||
#include <synctex/synctex_parser.h>
|
#include <synctex/synctex_parser.h>
|
||||||
|
#else
|
||||||
|
#include "synctex/synctex_parser.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "synctex.h"
|
#include "synctex.h"
|
||||||
#include "zathura.h"
|
#include "zathura.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user