1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/libtickit/missing-include.patch
2021-08-30 20:51:57 +00:00

12 lines
307 B
Diff

diff --git a/include/tickit.h b/include/tickit.h
index 1315b47..d1bba1c 100644
--- a/include/tickit.h
+++ b/include/tickit.h
@@ -17,6 +17,7 @@ extern "C" {
#include <stdbool.h>
#include <sys/time.h>
+#include <sys/types.h> /* pid_t */
#ifdef __GNUC__
# define DEPRECATED __attribute__((deprecated))