Replaced a non-standard #import directive with a guarded #include.
This commit is contained in:
gdr-ftp 1998-06-22 06:48:55 +00:00
parent 23e61fe09c
commit 442d75ce87
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@
#ifndef _NETIF_
#define _NETIF_
#import <net/netbuf.h>
#ifndef _NETBUF_
#include <net/netbuf.h>
#endif
/*
* BEGIN: BSD copyrighted material