LibtraceTeam / libtrace

C Library for working with network packet traces
GNU Lesser General Public License v3.0
155 stars 50 forks source link

Ubuntu 20.04.3 LTS fails compile due to missing #include <linux/sockios.h> #198

Closed milhead2 closed 2 years ago

milhead2 commented 2 years ago

I had to add this include to a few files, I added it right after the

include <linux/can.h> and can_raw.h if the were in the file.

salcock commented 2 years ago

Hello,

Is it possible you've filed this issue against the wrong repository? I don't believe we #include <linux/can.h> or can_raw.h anywhere in our code.

If I'm wrong, would you be able to tell me which files you needed to add the missing #includes to?