1
0
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:
Martine Lenders 2019-03-11 08:43:00 +01:00 committed by GitHub
commit 3742c437a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,10 @@
#include "byteorder.h"
#include "mutex.h"
#ifdef MODULE_LOG
#include "log.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif