Fix compilation on most Linux platforms.
__Linux__ != __linux__
This commit is contained in:
parent
ca5d947cb0
commit
2451d1c0f5
|
@ -1,6 +1,6 @@
|
|||
#include "atheme-compat.h"
|
||||
|
||||
#ifdef __Linux__
|
||||
#if defined( __linux__) || defined(__Linux__)
|
||||
#include <execinfo.h>
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
Loading…
Reference in New Issue