Skip to content
Snippets Groups Projects
Commit 1bd01942 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

fix __FreeBSD__

[[Split portion of a mixed commit.]]
parent 2767f354
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ extern "C" { ...@@ -42,7 +42,7 @@ extern "C" {
#include <sys/mman.h> #include <sys/mman.h>
#endif #endif
#ifdef _WIN32 || _FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__ #ifdef _WIN32 || __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__
/* We should include something equivalent to */ /* We should include something equivalent to */
/* complex.h */ /* complex.h */
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment