mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
12 lines
398 B
Diff
12 lines
398 B
Diff
diff --git a/ltunify.c b/ltunify.c
|
|
index 1e685b4..74ba88e 100644
|
|
--- a/ltunify.c
|
|
+++ b/ltunify.c
|
|
@@ -317,7 +317,6 @@ static long long unsigned get_timestamp_ms(void) {
|
|
return tp.tv_sec * 1000 + tp.tv_nsec / 1000000;
|
|
}
|
|
|
|
-#include <execinfo.h>
|
|
static ssize_t do_read(int fd, struct hidpp_message *msg, u8 expected_report_id, int timeout) {
|
|
ssize_t r;
|
|
size_t payload_size = LONG_MESSAGE_LEN;
|