Skip to content

Commit

Permalink
Manually merge in #200 (thanks, @saagarjha!), which fixes #221. For s…
Browse files Browse the repository at this point in the history
…ome reason, this issue does not reproduce for me, maybe because of my toolchain and build environment, probably…
  • Loading branch information
akemin-dayo committed Nov 28, 2024
2 parents 25e6e9f + e399216 commit 235aca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppSyncUnified-installd/dump.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <CoreFoundation/CoreFoundation.h>

#ifdef __cplusplus
extern "C" {
#endif

#include <CoreFoundation/CoreFoundation.h>

int copyEntitlementDataFromFile(const char *path, CFMutableDataRef output);

enum {
Expand Down

0 comments on commit 235aca6

Please sign in to comment.