2013-09-26 17:14:40 +02:00

15 lines
333 B
Plaintext

$NetBSD: patch-ai,v 1.1 2004/10/13 02:08:43 tv Exp $
--- src/codecs/qtextcodec.cpp.orig Tue Oct 12 16:12:27 2004
+++ src/codecs/qtextcodec.cpp
@@ -82,7 +82,9 @@
#include <locale.h>
#endif
#if defined(_XOPEN_UNIX) && !defined(Q_OS_QNX6)
+extern "C" {
#include <langinfo.h>
+};
#endif
static QValueList<QTextCodec*> *all = 0;