Fix compilation on most Linux platforms.

__Linux__ != __linux__
This commit is contained in:
Elizabeth Myers 2013-04-18 00:03:35 -05:00
parent ca5d947cb0
commit 2451d1c0f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "atheme-compat.h"
#ifdef __Linux__
#if defined( __linux__) || defined(__Linux__)
#include <execinfo.h>
DECLARE_MODULE_V1