mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 06:02:45 +01:00
13 lines
299 B
Diff
13 lines
299 B
Diff
diff --git a/src/uterm_vt.c b/src/uterm_vt.c
|
|
index af377f5..fbe9e76 100644
|
|
--- a/src/uterm_vt.c
|
|
+++ b/src/uterm_vt.c
|
|
@@ -40,6 +40,7 @@
|
|
#include <sys/ioctl.h>
|
|
#include <sys/signalfd.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <termios.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|