Skip to content

Commit

Permalink
Add another header for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jul 21, 2020
1 parent 9926062 commit 2c0717e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <mach-o/dyld.h>
#endif
#ifdef _OS_FREEBSD_
#include <stddef.h>
#include <sys/sysctl.h>
#endif
#include <stdio.h>
Expand Down Expand Up @@ -58,4 +59,4 @@ LPWSTR *CommandLineToArgv(LPWSTR lpCmdLine, int *pNumArgs);
int wchar_to_utf8(const wchar_t * wstr, char *str, size_t maxlen);
int utf8_to_wchar(const char * str, wchar_t *wstr, size_t maxlen);
void setup_stdio(void);
#endif
#endif

0 comments on commit 2c0717e

Please sign in to comment.