Use proper spelling for __FreeBSD__ pre-processor define.
This commit is contained in:
parent
54e750cca0
commit
3604a7f023
1 changed files with 3 additions and 3 deletions
|
|
@ -4,11 +4,11 @@
|
||||||
// For license and copyright information please follow this link:
|
// For license and copyright information please follow this link:
|
||||||
// https://github.com/desktop-app/legal/blob/master/LEGAL
|
// https://github.com/desktop-app/legal/blob/master/LEGAL
|
||||||
//
|
//
|
||||||
#ifdef __FREEBSD__
|
#ifdef __FreeBSD__
|
||||||
#include <malloc_np.h>
|
#include <malloc_np.h>
|
||||||
#else // __FREEBSD__
|
#else // __FreeBSD__
|
||||||
#include <jemalloc/jemalloc.h>
|
#include <jemalloc/jemalloc.h>
|
||||||
#endif // !__FREEBSD__
|
#endif // !__FreeBSD__
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue