Skip to content

Commit

Permalink
Add missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Jun 27, 2023
1 parent 395a9f7 commit cb677db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Airport/IOSkywalkLegacyEthernetInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define IOSkywalkLegacyEthernetInterface_h

#include <IOKit/IOService.h>
#include <IOKit/network/IOEthernetInterface.h>

class IOSkywalkLegacyEthernetInterface : public IOEthernetInterface {
OSDeclareDefaultStructors(IOSkywalkLegacyEthernetInterface)
Expand Down

0 comments on commit cb677db

Please sign in to comment.