aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-14 22:06:22 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-14 22:06:22 +0000
commite15c534ee60e6e687bcaedfbb6cace42ec1450f8 (patch)
treeef41f26bb3fc1b79487c91bb006868a205516eeb /gtk/voip_calls.c
parent1175d841a11fc804b8fe7c3a84d3bad967fdc944 (diff)
Add #includes to define various macros and declare various functions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13403 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/voip_calls.c')
-rw-r--r--gtk/voip_calls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index 4ffa8f64d6..98a2e9317f 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -37,6 +37,8 @@
# include "config.h"
#endif
+#include <string.h>
+
#include "graph_analysis.h"
#include "voip_calls.h"
#include "voip_calls_dlg.h"