We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fad44 commit 8e09a6bCopy full SHA for 8e09a6b
1 file changed
examples/cli/main.cpp
@@ -777,6 +777,7 @@ int main(int argc, const char* argv[]) {
777
#include <atomic>
778
#include <csignal>
779
#include <thread>
780
+#include <unistd.h>
781
782
// this lock is needed to avoid a race condition between
783
// free_sd_ctx and a pending sd_cancel_generation call
0 commit comments