[mgcp] Include stdlib.h for abs.

This commit is contained in:
Holger Hans Peter Freyther 2010-05-14 02:14:09 +08:00
parent 7b90d4a83b
commit b715d7f890
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <endian.h>
#include <errno.h>