diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-01-31 21:42:08 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-01-31 21:42:08 -0500 |
| commit | 609476d85c14ed49d5b59f40bb683b300c57eab3 (patch) | |
| tree | 1c56f3a215deb5f4d47305b157c0660daf97715b | |
| parent | ee984f41574ef9e8b23793c6e2d3916481ccbb91 (diff) | |
include locale.h
| -rw-r--r-- | nonstd/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> /* for FILE */ #include <stdarg.h> /* for va_list */ +#include <locale.h> /* for struct lconv */ #include "nonstd/FILE.h" |
