From bb1eb80475e4db5dc447ffb752046f6dca8d44de Mon Sep 17 00:00:00 2001 From: OpenAI Date: Wed, 17 Jun 2026 18:12:32 +0000 Subject: [PATCH] nwnss: keep ctype include_next on host header --- include/nwnss/library/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nwnss/library/ctype.h b/include/nwnss/library/ctype.h index 520f47a..9e60c78 100644 --- a/include/nwnss/library/ctype.h +++ b/include/nwnss/library/ctype.h @@ -52,7 +52,7 @@ #ifdef __KERNEL__ #include "linux/ctype.h" #else -#include_next +#include_next #endif #else // #ifdef __linux