Skip to content

Commit

Permalink
Merge pull request #132 from neersighted/patch-1
Browse files Browse the repository at this point in the history
Fix building on musl
  • Loading branch information
andrewrk authored Mar 31, 2017
2 parents aed5104 + 5c571b3 commit d2b93bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/unistd.h>
#include <unistd.h>

static int decode_interrupt_cb(void *ctx) {
struct GrooveFilePrivate *f = (struct GrooveFilePrivate *)ctx;
Expand Down

0 comments on commit d2b93bb

Please sign in to comment.