diff options
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/synctex/synctex_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctex/synctex_main.c b/Build/source/texk/web2c/synctex/synctex_main.c index 050334fe303..3bab64cba08 100644 --- a/Build/source/texk/web2c/synctex/synctex_main.c +++ b/Build/source/texk/web2c/synctex/synctex_main.c @@ -43,6 +43,8 @@ This is the command line interface to the synctex_parser.c. # include <stdarg.h> # include "synctex_parser.h" +# include "openbsd-compat.h" + int main(int argc, char *argv[]); void synctex_help(char * error,...); |