fix path of bscconfig.h include file
diff --git a/openbsc/src/libcommon/bsc_version.c b/openbsc/src/libcommon/bsc_version.c
index cc1e764..be5d28c 100644
--- a/openbsc/src/libcommon/bsc_version.c
+++ b/openbsc/src/libcommon/bsc_version.c
@@ -17,7 +17,7 @@
  *
  */
 
-#include "bscconfig.h"
+#include "../../bscconfig.h"
 
 const char *openbsc_copyright =
 	"Copyright (C) 2008-2010 Harald Welte, Holger Freyther\r\n"