mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2025-08-05 07:26:02 +00:00
bugfix #35874 broke the unix SIO port by introducing a include define conflict between the stack and the port
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef SIO_H
|
||||
#define SIO_H
|
||||
#ifndef SIO_UNIX_H
|
||||
#define SIO_UNIX_H
|
||||
|
||||
#include "lwip/sys.h"
|
||||
#include "lwip/netif.h"
|
||||
|
Reference in New Issue
Block a user