Add #includes to define various macros and declare various functions.

svn path=/trunk/; revision=13403
This commit is contained in:
Guy Harris 2005-02-14 22:06:22 +00:00
parent 6616a3770c
commit ffc29da21e
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,8 @@
# include "config.h"
#endif
#include <string.h>
#include "graph_analysis.h"
#include "voip_calls.h"
#include "voip_calls_dlg.h"

View File

@ -37,6 +37,9 @@
# include <config.h>
#endif
#include <string.h>
#include <ctype.h>
#include "register.h"
#include "graph_analysis.h"