components/libconfuse/patches/confuse.h.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Wed, 14 Aug 2013 12:01:30 -0700
branchs11-update
changeset 2731 d2ccaa434c25
parent 425 ddb1d95b4cfc
permissions -rw-r--r--
17213162 include/loc/_collate.h (collate_byname) should be a virtual destructor 17061683 stdcxx needs extra stuff in the license attribution

--- confuse-2.6/src/confuse.h	Sat Oct 13 08:11:54 2007
+++ confuse-2.6/src/confuse.h.new	Tue Jul 19 08:12:27 2011
@@ -42,6 +42,7 @@
 
 #include <stdio.h>
 #include <stdarg.h>
+#include <locale.h>
 
 #if defined(_WIN32) && !defined(__GNUC__)
 # ifdef HAVE__FILENO