mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 05:12:18 +01:00
11 lines
161 B
Diff
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"
|