misdn.c: Fix warning about redefining AF_ISDN..

We use the same construct in e1_inpit.c, use it here too.
This commit is contained in:
Holger Hans Peter Freyther 2009-08-10 08:00:33 +02:00
parent e4042c72d7
commit 4e2973d2d3
1 changed files with 2 additions and 0 deletions

View File

@ -36,8 +36,10 @@
//#define AF_COMPATIBILITY_FUNC
//#include <compat_af_isdn.h>
#ifndef AF_ISDN
#define AF_ISDN 34
#define PF_ISDN AF_ISDN
#endif
#include <openbsc/select.h>
#include <openbsc/msgb.h>