Skip to content

Commit

Permalink
no poll????
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Life committed Apr 14, 2024
1 parent 990c50a commit 6ec95da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/musicat/audio_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
#include "musicat/mctrack.h"
#include "musicat/musicat.h"
#include <fcntl.h>
#include <poll.h>
#include <stdio.h>
#include <string>
#include <sys/prctl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>

#ifdef WIN32
#include <winsock2.h>
#else
#include <poll.h>
#endif

namespace musicat::audio_processing
{

Expand Down

0 comments on commit 6ec95da

Please sign in to comment.