aports/community/vte/fix-includes.patch
2020-02-25 01:16:22 -03:00

11 lines
161 B
Diff

--- vte-0.28.2.orig/src/pty.c
+++ vte-0.28.2/src/pty.c
@@ -28,6 +28,7 @@
* Since: 0.26
*/
+#define _GNU_SOURCE
#include <config.h>
#include "vtepty.h"