From e841ae00cd12c07a3bff2140b13ad9e0be800857 Mon Sep 17 00:00:00 2001
From: Alec Voropay <alec@sensi.org>
Date: Thu, 6 Feb 2020 23:48:29 +0300
Subject: [PATCH] flash/jedec.c : use sysdep.h

---
 urjtag/src/flash/jedec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/urjtag/src/flash/jedec.c b/urjtag/src/flash/jedec.c
index 3b938806..5384c47c 100644
--- a/urjtag/src/flash/jedec.c
+++ b/urjtag/src/flash/jedec.c
@@ -21,6 +21,7 @@
  * Written by Matan Ziv-Av, 2003.
  *
  */
+#include <sysdep.h>
 
 #include <stdint.h>
 #include <stdlib.h>
-- 
2.21.0

