aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-12-05 10:35:37 +0000
committerGuy Harris <guy@alum.mit.edu>2007-12-05 10:35:37 +0000
commitad1d82b5410d8d2b04fba246cec68d9256282505 (patch)
tree839f4afddd03ebe65f76ce708e42877ede68d214 /epan/except.c
parent1ce4e812928933e404e2692c534d96b7f893039c (diff)
Include <glib.h> to declare g_vsnprintf().
svn path=/trunk/; revision=23768
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