This is an automated email from Gerrit.

"Paul Fertser <fercer...@gmail.com>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/8596

-- gerrit

commit aad47bd340b6ccb54245c36621adfe62a0fe8047
Author: Paul Fertser <fercer...@gmail.com>
Date:   Tue Nov 26 22:12:13 2024 +0200

    jtag: cmsis_dap: include helper/time_support.h
    
    To have "struct timeval" available some systems require sys/time.h. Let
    the common helper handle that.
    
    Fixes the build with HIDAPI on OpenBSD 7.6.
    
    Signed-off-by: Paul Fertser <fercer...@gmail.com>
    Change-Id: I94fe7a2c87415193fbaff3ad6d99a0a4c25b8606

diff --git a/src/jtag/drivers/cmsis_dap.h b/src/jtag/drivers/cmsis_dap.h
index e47697d1f9..72a12f5ee1 100644
--- a/src/jtag/drivers/cmsis_dap.h
+++ b/src/jtag/drivers/cmsis_dap.h
@@ -4,6 +4,7 @@
 #define OPENOCD_JTAG_DRIVERS_CMSIS_DAP_H
 
 #include <stdint.h>
+#include <helper/time_support.h>
 
 struct cmsis_dap_backend;
 struct cmsis_dap_backend_data;

-- 

Reply via email to