aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-29 03:35:32 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-29 03:35:32 +0000
commit7da2ecc8b3920cf22ed06d24634f4524a0c52b67 (patch)
tree47f3aefa7d7fb90de09cb58fbd3fc75520ed4119 /wsutil
parent21e35e3b1bc2784692c53b180d45b5655c1e25f6 (diff)
Include glib.h (for g_snprintf).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33019 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/strerror.c b/wsutil/strerror.c
index 34dcad88bb..81e66e5e34 100644
--- a/wsutil/strerror.c
+++ b/wsutil/strerror.c
@@ -22,6 +22,7 @@
*/
#include "strerror.h"
+#include <glib.h>
/*
* Version of "strerror()", for the benefit of OSes that don't have it