summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex_main.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-26 07:54:36 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-26 07:54:36 +0000
commit23253c5ed52df9ec6ba883532750fa93372ddfc2 (patch)
treefdf665a634c00b652d192b81ae6fe9395659cf34 /Build/source/texk/web2c/synctexdir/synctex_main.c
parentdf57917242dd1fd12f6a0ede6b23833f2e45699e (diff)
build system fixes and cleanup
git-svn-id: svn://tug.org/texlive/trunk@18005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex_main.c')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex_main.c b/Build/source/texk/web2c/synctexdir/synctex_main.c
index 489c621afa8..921e09fcd99 100644
--- a/Build/source/texk/web2c/synctexdir/synctex_main.c
+++ b/Build/source/texk/web2c/synctexdir/synctex_main.c
@@ -61,7 +61,7 @@ This is the command line interface to the synctex_parser.c.
#define _ISOC99_SOURCE /* to get the fmax() prototype */
#endif
-# include "web2c/c-auto.h" /* for inline && HAVE_xxx */
+# include "c-auto.h" /* for inline && HAVE_xxx */
# include <stdlib.h>
# include <stdio.h>