summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-09-29 02:58:23 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-09-29 02:58:23 +0000
commitf808540c5cd04c0d17c43764eb052b16217fa79e (patch)
treeb3236ceb7ff74c728281f73ca916e9df144a8b7f /Build
parent03e8081d513c57d64aa625a719cb9b1d29fd71f4 (diff)
avoid compile error in MSVC due to __SIZEOF_FLOAT__
git-svn-id: svn://tug.org/texlive/trunk@60650 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/hitexdir/htex.w1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/hitexdir/htex.w b/Build/source/texk/web2c/hitexdir/htex.w
index 252179780ac..384f2f613b5 100644
--- a/Build/source/texk/web2c/hitexdir/htex.w
+++ b/Build/source/texk/web2c/hitexdir/htex.w
@@ -387,6 +387,7 @@ all global variables, if desired. Similar remarks apply to the other
portions of the program.
@p @<Header files and function declarations@>@;
+#include "basetypes.h"
#include "htex.h"
#include "hitex.h"
@<Global variables@>@;