aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_msc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 19:06:18 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:07 +0800
commit6c45f2e325acde97f7b20d704b867bb55a2634c3 (patch)
tree3bcd25bc4875a93e4120512879dc782cb0eb41bd /openbsc/include/openbsc/bsc_msc.h
parentaad68b5ef8ca6c6e9e932fca0a3e7ef68f0e050d (diff)
nat: Redo a merge with master that happend at this time.
Diffstat (limited to 'openbsc/include/openbsc/bsc_msc.h')
-rw-r--r--openbsc/include/openbsc/bsc_msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h
index 9b523c749..9454e07ce 100644
--- a/openbsc/include/openbsc/bsc_msc.h
+++ b/openbsc/include/openbsc/bsc_msc.h
@@ -23,7 +23,7 @@
#ifndef BSC_MSC_H
#define BSC_MSC_H
-#include "select.h"
+#include <osmocore/select.h>
int connect_to_msc(struct bsc_fd *fd, const char *ip, int port);