1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/cadaver/files/patch-src__cadaver.c
Josh Paetzel 11024f5ea4 Fix build when deselcting NLS
PR:	193604
Submitted by:	aehlig@linta.de
2015-01-13 18:08:02 +00:00

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>