Skip to content

Commit

Permalink
fix SIOCGSTAMP
Browse files Browse the repository at this point in the history
  • Loading branch information
meeludwig committed Mar 3, 2020
1 parent b463588 commit 3fa37a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CanInterfaceImplementations/sockcan/SockCanScan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>

#include <linux/sockios.h> // needed for SIOCGSTAMP in can-utils kernel since 4.feb.2020

#include <sys/ioctl.h>
#include <sys/uio.h>
#include <net/if.h>
Expand Down

0 comments on commit 3fa37a8

Please sign in to comment.