From: Kevin P. Fleming Date: Thu, 26 Jun 2008 12:09:24 +0000 (+0000) Subject: fix compile failure found by buildbot (go, buildbot!) X-Git-Tag: 1.6.2.0-beta1~1900 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71f8ac66a9f3559bbd7372229713860c950f4eb;p=thirdparty%2Fasterisk.git fix compile failure found by buildbot (go, buildbot!) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125279 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 92303c3df3..a23c8c47b3 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -46,7 +46,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #endif +#if defined(HAVE_DAHDI) #include +#endif #include "asterisk/lock.h" #include "asterisk/file.h"