Revision: 70286
          http://sourceforge.net/p/brlcad/code/70286
Author:   brlcad
Date:     2017-09-16 19:36:05 +0000 (Sat, 16 Sep 2017)
Log Message:
-----------
mac provides locale_t via the xlocale.h header .. pretend they're one in the 
same until we observe otherwise.

Modified Paths:
--------------
    brlcad/trunk/src/other/gdal/port/cpl_port.h

Modified: brlcad/trunk/src/other/gdal/port/cpl_port.h
===================================================================
--- brlcad/trunk/src/other/gdal/port/cpl_port.h 2017-09-16 16:16:36 UTC (rev 
70285)
+++ brlcad/trunk/src/other/gdal/port/cpl_port.h 2017-09-16 19:36:05 UTC (rev 
70286)
@@ -150,6 +150,7 @@
 
 #ifdef HAVE_LOCALE_H
 #  include <locale.h>
+#  include <xlocale.h>
 #endif
 
 #ifdef HAVE_DIRECT_H

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to