bugfix #35874 broke the unix SIO port by introducing a include define conflict between the stack and the port

This commit is contained in:
Sylvain Rochet 2014-10-12 17:54:11 +02:00
parent cd15306868
commit 1210a4d5a6
1 changed files with 2 additions and 2 deletions

View File

@ -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"