Use new include paths of libosmo-sccp 0.0.2
diff --git a/openbsc/src/bsc/osmo_bsc_main.c b/openbsc/src/bsc/osmo_bsc_main.c
index a678227..60b5225 100644
--- a/openbsc/src/bsc/osmo_bsc_main.c
+++ b/openbsc/src/bsc/osmo_bsc_main.c
@@ -26,7 +26,7 @@
 #include <osmocom/vty/command.h>
 #include <osmocore/talloc.h>
 
-#include <sccp/sccp.h>
+#include <osmocom/sccp/sccp.h>
 
 #define _GNU_SOURCE
 #include <getopt.h>