Skip to content
Snippets Groups Projects
Commit f23d1dd2 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Some darwin fixes for headers

parent 32bbc10b
No related branches found
No related tags found
No related merge requests found
Pipeline #7289 passed with stage
in 10 seconds
......@@ -16,7 +16,9 @@
#include "cdb_bgtask.h"
#include <stdlib.h>
#include <errno.h>
#ifndef _WIN32
#if defined(DAP_OS_DARWIN)
#include <signal.h>
#elif defined(_WIN32)
#include <sys/signal.h>
#else
#include <signal.h>
......
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