From: Mark Michelson Date: Fri, 23 May 2008 22:41:28 +0000 (+0000) Subject: Make sure not to include non-existent headers if they indeed are non-existent X-Git-Tag: 1.6.2.0-beta1~2160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b06cc023187d28bfba43673f4711eb55c7097b3;p=thirdparty%2Fasterisk.git Make sure not to include non-existent headers if they indeed are non-existent git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@118175 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index d78a83437d..7f8d00eb69 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -50,9 +50,9 @@ #include #include - +#ifdef HAVE_BKTR #include - +#endif #include "asterisk/logger.h" /* internal macro to profile mutexes. Only computes the delay on