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:
Jeff Peeler
2008-06-13 18:57:24 +00:00
parent d432d18723
commit a2266547c6
2 changed files with 3 additions and 3 deletions

View File

@@ -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>