summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/libttf/hmtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttfdump/libttf/hmtx.c')
-rw-r--r--Build/source/texk/ttfdump/libttf/hmtx.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/ttfdump/libttf/hmtx.c b/Build/source/texk/ttfdump/libttf/hmtx.c
index 1dc40d06d8d..dfcd60670d7 100644
--- a/Build/source/texk/ttfdump/libttf/hmtx.c
+++ b/Build/source/texk/ttfdump/libttf/hmtx.c
@@ -1,9 +1,12 @@
/* hmtx.c -- Horizontal Metrics Table
* Copyright (C) 1997 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"