aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-05 10:35:37 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-05 10:35:37 +0000
commitdf49227c4c48f87e51a94d019acb36641a0823f2 (patch)
tree839f4afddd03ebe65f76ce708e42877ede68d214 /epan/except.c
parent6aeaba01cb02120c33961bd56e904f6c2a1e841c (diff)
Include <glib.h> to declare g_vsnprintf().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23768 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/except.c')
-rw-r--r--epan/except.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/except.c b/epan/except.c
index 8181c5d8cd..3e22c1f9c3 100644
--- a/epan/except.c
+++ b/epan/except.c
@@ -31,6 +31,9 @@
#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
+
+#include <glib.h>
+
#include "except.h"
#ifdef _WIN32