Fixed handling of NEW_ZAPTEL_LOCATION

git-svn-id: http://voip.null.ro/svn/yate@1404 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-07-23 02:28:26 +00:00
parent 2ef87ddf8c
commit b190d98c8f
2 changed files with 5 additions and 2 deletions

View file

@ -30,10 +30,12 @@
#else
extern "C" {
#ifdef NEW_ZAPTEL_LOCATION
#define __LINUX__
#include <zaptel/zaptel.h>
#else
#include <linux/zaptel.h>
#endif
};
#include <string.h>

View file

@ -30,6 +30,7 @@
extern "C" {
#ifdef NEW_ZAPTEL_LOCATION
#define __LINUX__
#include <zaptel/zaptel.h>
#else
#include <linux/zaptel.h>