Blob Blame History Raw
From 5949360507af21cca6c039a3089936eb963d5a8d Mon Sep 17 00:00:00 2001
From: Robin Lee <cheeselee@fedoraproject.org>
Date: Thu, 22 Oct 2020 09:58:32 +0800
Subject: [PATCH 1/9] fix: Fix build with glibc 2.33

glibc 2.33 will remove the header `sys/timeb.h` and this source does not
actually use any symbol provided by that header.

Log:
Signed-off-by: Robin Lee <cheeselee@fedoraproject.org>
---
 system/gesture/touchscreen_core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/system/gesture/touchscreen_core.c b/system/gesture/touchscreen_core.c
index f5eb249b..8853b1a4 100644
--- a/system/gesture/touchscreen_core.c
+++ b/system/gesture/touchscreen_core.c
@@ -38,7 +38,6 @@
 #include <wordexp.h>
 #include <sys/stat.h>
 #include <stdarg.h>
-#include <sys/timeb.h>
 
 #include "utils.h"
 #include "touchscreen_core.h"
-- 
2.26.2