bankd: Add app_comp_id to use repro_util helpers

Change-Id: Ie981388220ed0612e427d076f8741fec73e6026b
diff --git a/src/bankd.h b/src/bankd.h
index 2759478..3577d15 100644
--- a/src/bankd.h
+++ b/src/bankd.h
@@ -12,6 +12,8 @@
 
 #include <osmocom/core/linuxlist.h>
 
+#include "rspro_util.h"
+
 struct bankd;
 
 struct bank_slot {
@@ -128,6 +130,8 @@
 		uint16_t bank_id;
 	} cfg;
 
+	struct app_comp_id comp_id;
+
 	/* TCP socket at which we are listening */
 	int accept_fd;