aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:14:09 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:14:09 +0800
commit7bbd416a521a75e232aba304374d58611022ea4e (patch)
tree7b8db8406e56ec851daa261b48fb9af51cedf96e /openbsc
parentefd38dd01513afe41be62d284b847b80cfae81ad (diff)
[mgcp] Include stdlib.h for abs.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/mgcp/mgcp_network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/mgcp/mgcp_network.c b/openbsc/src/mgcp/mgcp_network.c
index d4db7496c..2861e5f62 100644
--- a/openbsc/src/mgcp/mgcp_network.c
+++ b/openbsc/src/mgcp/mgcp_network.c
@@ -23,6 +23,7 @@
*/
#include <string.h>
+#include <stdlib.h>
#include <unistd.h>
#include <endian.h>
#include <errno.h>