mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
12 lines
307 B
Diff
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))
|