Fixed handling of NEW_ZAPTEL_LOCATION

git-svn-id: http://yate.null.ro/svn/yate/trunk@1404 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-07-23 02:28:26 +00:00
parent c7979278a3
commit 8cc4f40ab4
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>