Commit 444ec8d5 authored by Rebecca Cran's avatar Rebecca Cran Committed by Tomas Mraz
Browse files

Fix UEFI build on FreeBSD by not including system headers

parent c6991655
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#if defined(__linux)
# include <asm/unistd.h>
#endif
#if defined(__FreeBSD__)
#if defined(__FreeBSD__) && !defined(OPENSSL_SYS_UEFI)
# include <sys/types.h>
# include <sys/sysctl.h>
# include <sys/param.h>