move DMAIN definition to new debug.h

This way both client.h and bankd.h don't conflict with each other

Change-Id: I68ffd64e1f32b90206f98c7f3ea707d7b2e11e61
diff --git a/src/client.h b/src/client.h
index b772a20..df90404 100644
--- a/src/client.h
+++ b/src/client.h
@@ -4,10 +4,7 @@
 #include <osmocom/abis/ipa.h>
 
 #include "rspro_util.h"
-
-enum {
-	DMAIN,
-};
+#include "debug.h"
 
 /* fsm.c */