Merge pull request #14199 from devnexen:openbsd_build_fix

pull/14207/head
Alexander Alekhin 6 years ago
commit 4b91dfd215
  1. 2
      modules/core/src/system.cpp

@ -94,7 +94,7 @@ void* allocSingletonBuffer(size_t size) { return fastMalloc(size); }
#include <cstdlib> // std::abort
#endif
#if defined __ANDROID__ || defined __linux__ || defined __FreeBSD__ || defined __HAIKU__
#if defined __ANDROID__ || defined __linux__ || defined __FreeBSD__ || defined __OpenBSD__ || defined __HAIKU__
# include <unistd.h>
# include <fcntl.h>
# include <elf.h>

Loading…
Cancel
Save