mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
11024f5ea4
PR: 193604 Submitted by: aehlig@linta.de
13 lines
258 B
C
13 lines
258 B
C
--- src/cadaver.c.orig 2010-10-15 17:01:46.000000000 +0200
|
|
+++ src/cadaver.c 2010-10-15 17:02:29.000000000 +0200
|
|
@@ -42,6 +42,9 @@
|
|
#ifdef HAVE_LOCALE_H
|
|
#include <locale.h>
|
|
#endif
|
|
+#ifdef HAVE_SETLOCALE
|
|
+#include <locale.h>
|
|
+#endif
|
|
|
|
|
|
#include <errno.h>
|