Skip to content

Commit

Permalink
pipe: Fix tvOS build regression
Browse files Browse the repository at this point in the history
We need to make sure we include the Mach headers before CoreFoundation
does, so our version availability overrides are used.
  • Loading branch information
oleavr committed Jul 4, 2024
1 parent 7e9fb1e commit d5312d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pipe/pipe-darwin.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "pipe-glue.h"

#include "frida-tvos.h"

#include "pipe-glue.h"

#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
Expand Down

0 comments on commit d5312d2

Please sign in to comment.