blob: e1106e04b63f2f84cfe4aec7f26f73eec3528140 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/cadaver.c.orig 2022-10-30 10:46:52 UTC
+++ src/cadaver.c
@@ -42,6 +42,9 @@
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
+#ifdef HAVE_SETLOCALE
+#include <locale.h>
+#endif
#include <errno.h>
|