Skip to content

Commit

Permalink
Add basic headers for linking basic frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Nov 9, 2020
1 parent 7270b94 commit 76f22c3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/headers.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,24 @@
#include <crt_externs.h>
#include <execinfo.h>

// Depended on by several frameworks
#include <AssertMacros.h>
#include <device/device_types.h>
#include <dispatch/dispatch.h>
#include <hfs/hfs_format.h>
#include <hfs/hfs_unistr.h>
#include <libDER/DERItem.h>
#include <libkern/OSAtomic.h>
#include <libkern/OSTypes.h>
#include <MacTypes.h>
#include <objc/NSObject.h>
#include <objc/NSObjCRuntime.h>
#include <objc/objc.h>
#include <os/lock.h>
#include <simd/simd.h>
#include <sys/acl.h>
#include <xpc/xpc.h>

int main(int argc, char **argv) {
return 0;
}

0 comments on commit 76f22c3

Please sign in to comment.