_GNU_SOURCE is not supposed to be defined in individual header files. The canonical way to solve this is per-project in the buildsystem, e.g. in autotools, include the following macro in configure.ac:
AC_GNU_SOURCE -- :M: _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
