aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp
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:39:16 +0800
commitb715d7f890728068684a1b9f020a8b6f10449107 (patch)
tree98bee7e7a27b0452fab8d65c87019866ef9f113f /openbsc/src/mgcp
parent7b90d4a83b5a62e6ac843256f7ce322723fe8207 (diff)
[mgcp] Include stdlib.h for abs.
Diffstat (limited to 'openbsc/src/mgcp')
-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 e73b3a50c..9852d8b37 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>