summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-15 20:46:48 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-15 20:46:48 +0000
commit1810a65d9d0b3d93fe705c0f7e52bb20ed6f34b2 (patch)
tree9e8c8fc95ddafcde26b287f2844ce6f127220b1d
parent262e327dc7160b55d8e0ed44517959d65c268a77 (diff)
xpp: add forgotten include
Signed-off-by: Oron Peled <oron.peled@xorcom.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10506 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/mpptalk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/mpptalk.c b/xpp/mpptalk.c
index 14de689..e49c3cd 100644
--- a/xpp/mpptalk.c
+++ b/xpp/mpptalk.c
@@ -20,6 +20,7 @@
*
*/
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>