mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
10 lines
134 B
Diff
10 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"
|