Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
7a245257
Commit
7a245257
authored
Jul 28, 2014
by
Moritz Lipp
Browse files
Fix synctex_parser.h include
parent
eabd883e
Changes
1
Hide whitespace changes
Inline
Side-by-side
synctex.c
View file @
7a245257
...
...
@@ -2,7 +2,12 @@
#include <glib.h>
#include <girara/utils.h>
#ifdef WITH_SYSTEM_SYNCTEX
#include <synctex/synctex_parser.h>
#else
#include "synctex/synctex_parser.h"
#endif
#include "synctex.h"
#include "zathura.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment