Added support to include zaptel/zaptel.h instead of linux/zaptel.h

git-svn-id: http://voip.null.ro/svn/yate@1400 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-07-22 17:25:37 +00:00
parent e6aca92e6a
commit 5a6e8d1206
1 changed files with 4 additions and 0 deletions

View File

@ -29,7 +29,11 @@
#else
extern "C" {
#ifdef NEW_ZAPTEL_LOCATION
#include <zaptel/zaptel.h>
#else
#include <linux/zaptel.h>
#endif
};
#include <stdio.h>