diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-01 08:04:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-01 08:04:56 +0000 |
commit | 21da4b78d9a71233925d5e6643f9fcf8d3627f55 (patch) | |
tree | f4188138bca1d9b46d3d0d5f0d04a63ae369e33d /Build/source/texk/ttfdump/libttf/hdmx.c | |
parent | 7fc9f508f098379648079f65076eaadabffc2b7e (diff) |
ttfdump: Always first include <config.h>
git-svn-id: svn://tug.org/texlive/trunk@31053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttfdump/libttf/hdmx.c')
-rw-r--r-- | Build/source/texk/ttfdump/libttf/hdmx.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/ttfdump/libttf/hdmx.c b/Build/source/texk/ttfdump/libttf/hdmx.c index f4d7b0ef3a2..d91b98eb1b3 100644 --- a/Build/source/texk/ttfdump/libttf/hdmx.c +++ b/Build/source/texk/ttfdump/libttf/hdmx.c @@ -1,9 +1,12 @@ /* hdmx.c -- Horizontal Device Metrics * Copyright (C) 1996 Li-Da Lho, All right reserved */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> -#include "config.h" #include "ttf.h" #include "ttfutil.h" |