summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibC/wchar.h')
-rw-r--r--Userland/Libraries/LibC/wchar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/wchar.h b/Userland/Libraries/LibC/wchar.h
index 2e4a769be0..fd92663f80 100644
--- a/Userland/Libraries/LibC/wchar.h
+++ b/Userland/Libraries/LibC/wchar.h
@@ -51,5 +51,6 @@ unsigned long wcstoul(const wchar_t*, wchar_t**, int);
unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
float wcstof(const wchar_t*, wchar_t**);
double wcstod(const wchar_t*, wchar_t**);
+long double wcstold(const wchar_t*, wchar_t**);
__END_DECLS