diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-05-28 11:47:41 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-05-28 11:47:41 +0000 |
commit | 5e8ce5cf4648e54b0595ab535cc91875d37cde1e (patch) | |
tree | 340ab8d448f81b8ccf38580e6421bf4243784fb5 /Build/source | |
parent | 978976300a61c63fadab8703c135e9028f5c231a (diff) |
missing #include
git-svn-id: svn://tug.org/texlive/trunk@8383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-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,...); |