aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_utils.h')
-rw-r--r--src/pcu_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pcu_utils.h b/src/pcu_utils.h
index 3a64a471..767771c3 100644
--- a/src/pcu_utils.h
+++ b/src/pcu_utils.h
@@ -16,6 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+extern "C" {
+#include <osmocom/gsm/gsm_utils.h>
+}
+
inline int msecs_to_frames(int msecs) {
return (msecs * (1024 * 1000 / 4615)) / 1024;
}