aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/abis.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-01 18:22:01 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-01 18:22:01 +0200
commitf15cef94f722c02b0fc401e40bcc4b7a22f9cbed (patch)
treecb9f65d2ce6144a61fdd9f4bb9153eb223248ca8 /src/common/abis.c
parent9fa0cce100d25585f5a1baff3353cd54a5a58d5f (diff)
fix various compiler warnings
Diffstat (limited to 'src/common/abis.c')
-rw-r--r--src/common/abis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index 7a08e188..f9063e78 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -29,6 +29,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
+#include <stdlib.h>
#include <osmocom/core/select.h>
#include <osmocom/core/timer.h>