From 609476d85c14ed49d5b59f40bb683b300c57eab3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 31 Jan 2019 21:42:08 -0500 Subject: include locale.h --- nonstd/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nonstd/types.h') diff --git a/nonstd/types.h b/nonstd/types.h index 43550b86..54f3848c 100644 --- a/nonstd/types.h +++ b/nonstd/types.h @@ -3,6 +3,7 @@ #include /* for FILE */ #include /* for va_list */ +#include /* for struct lconv */ #include "nonstd/FILE.h" -- cgit v1.2.1