From b8ffd8ba4c6b02d61700f7d45c882f4e418dc095 Mon Sep 17 00:00:00 2001
From: Sergi Hernandez Juan <shernand@iri.upc.edu>
Date: Thu, 21 Jul 2022 10:18:34 +0200
Subject: [PATCH] Added a new header file with the needed definitions.

---
 include/can/can.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/can/can.h b/include/can/can.h
index d18be84..03fd414 100755
--- a/include/can/can.h
+++ b/include/can/can.h
@@ -12,6 +12,7 @@
 #include <linux/can.h>
 #include <linux/can/bcm.h>
 #include <linux/can/raw.h>
+#include <linux/sockios.h>
 
 #include "threadserver.h"
 #include "eventserver.h"
-- 
GitLab