mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
11 lines
134 B
Diff
11 lines
134 B
Diff
--- src/pty.c
|
|
+++ src/pty.c
|
|
@@ -28,6 +28,7 @@
|
|
* Since: 0.26
|
|
*/
|
|
|
|
+#define _GNU_SOURCE
|
|
#include <config.h>
|
|
|
|
#include "vtepty.h"
|