Advertisement
Guest User

patch-for-issue21.patch

a guest
Apr 24th, 2023
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | Source Code | 0 0
  1. diff --git a/src/driver/SocketCanDriver/SocketCanInterface.cpp b/src/driver/SocketCanDriver/SocketCanInterface.cpp
  2. index 3ba339e..3d69d3b 100644
  3. --- a/src/driver/SocketCanDriver/SocketCanInterface.cpp
  4. +++ b/src/driver/SocketCanDriver/SocketCanInterface.cpp
  5. @@ -26,6 +26,7 @@
  6.  #include <core/CanMessage.h>
  7.  
  8.  #include <stdio.h>
  9. +#include <linux/sockios.h>
  10.  #include <unistd.h>
  11.  #include <time.h>
  12.  #include <QString>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement