Author: abrander Date: 2010-05-25 21:45:43 +0200 (Tue, 25 May 2010) New Revision: 3370
Modified: trunk/librawstudio/rs-utils.c Log: [380] Now setting proper macro for realpath() (Patch from Andy Young). Modified: trunk/librawstudio/rs-utils.c =================================================================== --- trunk/librawstudio/rs-utils.c 2010-05-06 21:22:00 UTC (rev 3369) +++ trunk/librawstudio/rs-utils.c 2010-05-25 19:45:43 UTC (rev 3370) @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#define _XOPEN_SOURCE /* strptime() */ +#define _XOPEN_SOURCE 500 /* strptime() and realpath() */ #include <rawstudio.h> #include <config.h> #include <glib.h> _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
