summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-01-31 12:51:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-01-31 12:51:53 +0000
commitc54a5d9fb3d282354e831b75fe0ad75035cb08b9 (patch)
tree47112fa49ec626535ee10831a8c5f8b7e5a39811 /compat.h
parent503af3df547d3cf4ffef2b80ab28edd341d1ca0f (diff)
Add wchar.h to compat.h, from Koichi Shiraishi.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index 42479d18..47a1706f 100644
--- a/compat.h
+++ b/compat.h
@@ -22,6 +22,7 @@
#include <limits.h>
#include <stdio.h>
+#include <wchar.h>
#ifndef __GNUC__
#define __attribute__(a)