mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Merge pull request #11148 from gschorcht/pkg/lwip/log_error/pr
pkg/lwip: include log.h if module log is used
This commit is contained in:
commit
3742c437a3
@ -29,6 +29,10 @@
|
||||
#include "byteorder.h"
|
||||
#include "mutex.h"
|
||||
|
||||
#ifdef MODULE_LOG
|
||||
#include "log.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user