summaryrefslogtreecommitdiff
path: root/nonstd/types.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-01-31 21:42:08 -0500
committerJakob Kaivo <jkk@ung.org>2019-01-31 21:42:08 -0500
commit609476d85c14ed49d5b59f40bb683b300c57eab3 (patch)
tree1c56f3a215deb5f4d47305b157c0660daf97715b /nonstd/types.h
parentee984f41574ef9e8b23793c6e2d3916481ccbb91 (diff)
include locale.h
Diffstat (limited to 'nonstd/types.h')
-rw-r--r--nonstd/types.h1
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"