osmo-bts-xyz: include pcu_l1_if_phy.h in phy in l1_if code

The file pcu_l1_if_phy.h contains the function prototypes for the
implementations found in xyz_l1_if.c. Lets also include pcu_l1_if_phy.h
in the related .c files.

Change-Id: Id35ba473973108da4e36d5c6f2ca78da1225ae8b
Related: OS#5198
diff --git a/src/osmo-bts-oc2g/oc2g_l1_if.c b/src/osmo-bts-oc2g/oc2g_l1_if.c
index dae5908..1ea0b26 100644
--- a/src/osmo-bts-oc2g/oc2g_l1_if.c
+++ b/src/osmo-bts-oc2g/oc2g_l1_if.c
@@ -35,6 +35,7 @@
 
 #include <gprs_debug.h>
 #include <pcu_l1_if.h>
+#include <pcu_l1_if_phy.h>
 #include <osmocom/pcu/pcuif_proto.h>
 #include <bts.h>