1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/tmate/implicit-decl.patch
2023-01-13 04:25:17 +01:00

12 lines
217 B
Diff

diff --git a/tmux.h b/tmux.h
index c60a044..ae356aa 100644
--- a/tmux.h
+++ b/tmux.h
@@ -25,6 +25,7 @@
#include <sys/time.h>
#include <sys/uio.h>
+#include <sys/types.h>
#include <event.h>
#include <limits.h>