aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-02-14 22:06:22 +0000
committerGuy Harris <guy@alum.mit.edu>2005-02-14 22:06:22 +0000
commitffc29da21ed444cfcfb2f9dfe9f68947c6f3ec42 (patch)
treeef41f26bb3fc1b79487c91bb006868a205516eeb /gtk/voip_calls_dlg.c
parent6616a3770c6ba8f0154e9887f5179af59a8f4b2c (diff)
Add #includes to define various macros and declare various functions.
svn path=/trunk/; revision=13403
Diffstat (limited to 'gtk/voip_calls_dlg.c')
-rw-r--r--gtk/voip_calls_dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/voip_calls_dlg.c b/gtk/voip_calls_dlg.c
index 20752fe292..c2fe98aeeb 100644
--- a/gtk/voip_calls_dlg.c
+++ b/gtk/voip_calls_dlg.c
@@ -37,6 +37,9 @@
# include <config.h>
#endif
+#include <string.h>
+#include <ctype.h>
+
#include "register.h"
#include "graph_analysis.h"