From e7626705f6cbe4b554fd92c909d15271fd1f8f5c Mon Sep 17 00:00:00 2001 From: David Given Date: Fri, 15 Jul 2022 00:34:38 +0200 Subject: [PATCH] Try and make llgen work on Windows. --- util/LLgen/src/io.h | 3 ++- util/LLgen/src/machdep.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/util/LLgen/src/io.h b/util/LLgen/src/io.h index 8b4d68e1a..552f28867 100644 --- a/util/LLgen/src/io.h +++ b/util/LLgen/src/io.h @@ -16,7 +16,8 @@ * Some important file names and variables */ -# include +#include +#include "types.h" /* FILES */ diff --git a/util/LLgen/src/machdep.c b/util/LLgen/src/machdep.c index 34df65332..0fc29b277 100644 --- a/util/LLgen/src/machdep.c +++ b/util/LLgen/src/machdep.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include # include "extern.h" # include "types.h"