jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / desktop / mate / engrampa / patches / 02-gcc-5.patch
blob0eef9e857c7ea5a4265049c70c130a244004372a
1 --- engrampa-1.14.1/src/fr-command-unarchiver.c.1 2016-09-02 09:23:35.023209440 +0300
2 +++ engrampa-1.14.1/src/fr-command-unarchiver.c 2016-09-02 09:23:53.823127470 +0300
3 @@ -19,7 +19,9 @@
4 * along with this program. If not, see <http://www.gnu.org/licenses/>.
5 */
7 +#ifndef __sun__
8 #define _XOPEN_SOURCE /* See feature_test_macros(7) */
9 +#endif
10 #include <time.h>
11 #include <stdio.h>
12 #include <stdlib.h>