Use new include paths of libosmo-sccp 0.0.2
diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c
index b173463..6493593 100644
--- a/openbsc/src/nat/bsc_nat_vty.c
+++ b/openbsc/src/nat/bsc_nat_vty.c
@@ -30,7 +30,7 @@
 #include <osmocore/talloc.h>
 #include <osmocore/rate_ctr.h>
 
-#include <sccp/sccp.h>
+#include <osmocom/sccp/sccp.h>
 
 #include <stdlib.h>