From c2f3f2601593823c1844a5b35b98ccb445ddde66 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 27 Dec 2018 12:37:25 -0800 Subject: Replace includes with "nctype.h" For almost everything we should use "nctype.h". Right now we don't have a nasm_toupper() to use for things that need toupper(). Signed-off-by: H. Peter Anvin --- disasm/ndisasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disasm') diff --git a/disasm/ndisasm.c b/disasm/ndisasm.c index 4497c388..924eb568 100644 --- a/disasm/ndisasm.c +++ b/disasm/ndisasm.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include "nctype.h" #include #include "insns.h" -- cgit v1.2.1