aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-29 03:35:32 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-29 03:35:32 +0000
commitd19f63e8f840aebd1b4b9cf579d14c2ca6685db5 (patch)
tree47f3aefa7d7fb90de09cb58fbd3fc75520ed4119 /wsutil
parent7cfd2c66f9393306e560daf0f0ff0a11f238fe59 (diff)
Include glib.h (for g_snprintf).
svn path=/trunk/; revision=33019
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