mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-05 18:25:18 +00:00
netif.h:
Replaced a non-standard #import directive with a guarded #include.
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
#ifndef _NETIF_
|
||||
#define _NETIF_
|
||||
|
||||
#import <net/netbuf.h>
|
||||
#ifndef _NETBUF_
|
||||
#include <net/netbuf.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* BEGIN: BSD copyrighted material
|
||||
|
Reference in New Issue
Block a user