mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-20 08:50:02 +00:00
portling/linux: Fix build on latest Fedora
This leads to implicit include of unistd.h which provides link symbol that collide with mesh internal symbols. If needed c files may include it directly.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#define _NPL_OS_TYPES_H
|
||||
|
||||
#include <time.h>
|
||||
#include <signal.h>
|
||||
#include <stdbool.h>
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
|
||||
Reference in New Issue
Block a user