Skip to content

Commit

Permalink
fixed a declare for windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Feb 3, 2024
1 parent df0a3dc commit d1681f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osc_client/Source/MainComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

#include <signal.h>
#include <sys/types.h>
#if !defined(JUCE_WINDOWS)
#include <unistd.h>
#endif

//==============================================================================
MainComponent::MainComponent()
Expand Down

0 comments on commit d1681f9

Please sign in to comment.