mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
netif.h:
Replaced a non-standard #import directive with a guarded #include.
This commit is contained in:
parent
23e61fe09c
commit
442d75ce87
@ -13,7 +13,9 @@
|
||||
#ifndef _NETIF_
|
||||
#define _NETIF_
|
||||
|
||||
#import <net/netbuf.h>
|
||||
#ifndef _NETBUF_
|
||||
#include <net/netbuf.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* BEGIN: BSD copyrighted material
|
||||
|
Loading…
Reference in New Issue
Block a user