Skip to content

Commit

Permalink
squashme: Add header for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jul 21, 2020
1 parent 538cd85 commit 3487ed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
#ifdef _OS_DARWIN_
#include <mach-o/dyld.h>
#endif
#ifdef _OS_FREEBSD_
#include <sys/sysctl.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 3487ed8

Please sign in to comment.