diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2010-06-11 10:54:44 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2010-06-11 10:54:44 +0000 |
commit | 0be1bbb82a36f26bdeffcb15f9971318002209c6 (patch) | |
tree | b9ecde9491a44181b5976cc601d3242405a15315 /Build/source/texk/web2c/mplibdir/mp.w | |
parent | faa11e24aa55e118745a8ca54389b21584aba19b (diff) |
moved location of config.h for metapost
git-svn-id: svn://tug.org/texlive/trunk@18890 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mp.w')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mp.w | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index 03e4740402d..a5a58af697e 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -141,7 +141,7 @@ typedef struct MP_instance { @<Internal library declarations@> @ @c -#include "config.h" +#include <w2c/config.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |