(cherry picked from commit 5ea7f507c3)
# Conflicts:
# test/unit/Filelists.mk
# test/unit/lwipopts.h
9 lines
117 B
C
9 lines
117 B
C
#ifndef LWIP_HDR_TEST_IP4_H
|
|
#define LWIP_HDR_TEST_IP4_H
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* ip4_suite(void);
|
|
|
|
#endif
|