summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdf-x/src/tt_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdf-x/src/tt_table.c')
-rw-r--r--Build/source/texk/dvipdf-x/src/tt_table.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdf-x/src/tt_table.c b/Build/source/texk/dvipdf-x/src/tt_table.c
index c14573d62b2..8680b479067 100644
--- a/Build/source/texk/dvipdf-x/src/tt_table.c
+++ b/Build/source/texk/dvipdf-x/src/tt_table.c
@@ -2,7 +2,7 @@
This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks.
- Copyright (C) 2007-2012 by Jin-Hwan Cho and Shunsaku Hirata,
+ Copyright (C) 2002-2012 by Jin-Hwan Cho and Shunsaku Hirata,
the dvipdfmx project team.
This program is free software; you can redistribute it and/or modify
@@ -20,6 +20,10 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include "system.h"