forked from Imagelibrary/lwip
Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __TCP_HELPER_H__
|
||||
#define __TCP_HELPER_H__
|
||||
#ifndef LWIP_HDR_TCP_HELPER_H__
|
||||
#define LWIP_HDR_TCP_HELPER_H__
|
||||
|
||||
#include "../lwip_check.h"
|
||||
#include "lwip/arch.h"
|
||||
|
||||
Reference in New Issue
Block a user