From 1210a4d5a691318d3195315fbf2309c2889d8191 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Sun, 12 Oct 2014 17:54:11 +0200 Subject: [PATCH] bugfix #35874 broke the unix SIO port by introducing a include define conflict between the stack and the port --- ports/unix/include/netif/sio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/unix/include/netif/sio.h b/ports/unix/include/netif/sio.h index e47a27e..bbe6f3e 100644 --- a/ports/unix/include/netif/sio.h +++ b/ports/unix/include/netif/sio.h @@ -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"