misdn.c: Fix warning about redefining AF_ISDN..

We use the same construct in e1_inpit.c, use it here too.
diff --git a/openbsc/src/input/misdn.c b/openbsc/src/input/misdn.c
index bd655d1..82268e8 100644
--- a/openbsc/src/input/misdn.c
+++ b/openbsc/src/input/misdn.c
@@ -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>