mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fixed dahdi compatability header from assuming either dahdi or zaptel is installed (may not have either)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@122663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
#ifndef DAHDI_COMPAT_H
|
||||
#define DAHDI_COMPAT_H
|
||||
|
||||
#ifndef HAVE_ZAPTEL
|
||||
#ifdef HAVE_DAHDI
|
||||
|
||||
#include <dahdi/user.h>
|
||||
#include <dahdi/tonezone.h>
|
||||
|
||||
#else
|
||||
#elif defined(HAVE_ZAPTEL)
|
||||
|
||||
#include <zaptel/zaptel.h>
|
||||
#include <zaptel/tonezone.h>
|
||||
|
Reference in New Issue
Block a user