add missing header files.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4535 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-03-11 10:24:45 +00:00
parent 4881eadf57
commit 3544d60757
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ extern "C" {
#endif /* __cplusplus */
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#define SF_COUNT_TO_LONG(x) ((long) (x))
#define ARRAY_LEN(x) ((int) (sizeof (x)) / (sizeof ((x) [0])))