samuelv0304/USBCDCEthernet

fatal error: 'IOKit/network/IOGatedOutputQueue.h' file not found

kolotelo opened this issue · 0 comments

Dear Samuel,
Firstly thanks for your work, I was desperately looking for this driver.
I followed your instructions and I got the following error:
<<<
In file included from /Users/kolotelo/OneDrive/Dicas_e_Config/drivers/USBCDCEthernet-master/USBCDCEthernet.cpp:78:
/Users/me/Cloud1/drivers/USBCDCEthernet-master/USBCDCEthernet.h:93:10: fatal error: 'IOKit/network/IOGatedOutputQueue.h' file not found
#include <IOKit/network/IOGatedOutputQueue.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Searched for solutions elsewre and I found this: https://opensource.apple.com/source/IONetworkingFamily/IONetworkingFamily-85.0.1/IOGatedOutputQueue.h.auto.html

my best,
Any suggestion?