Skip to content
Snippets Groups Projects
Commit 82e844e6 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Android build fix

parent 6d4acbc8
No related branches found
No related tags found
No related merge requests found
Pipeline #6851 passed with stage
in 13 seconds
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#define DAP_EVENTS_CAPS_EVENT_EVENTFD #define DAP_EVENTS_CAPS_EVENT_EVENTFD
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/eventfd.h> #include <sys/eventfd.h>
#include <mqueue.h> #include <unistd.h>
#elif defined(DAP_OS_LINUX) #elif defined(DAP_OS_LINUX)
// #define DAP_EVENTS_CAPS_EPOLL // #define DAP_EVENTS_CAPS_EPOLL
#define DAP_EVENTS_CAPS_POLL #define DAP_EVENTS_CAPS_POLL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment