aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-17 23:35:45 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-17 23:35:45 +0000
commitb7467372b3e66bc741cf6881192fccae11c305b1 (patch)
tree86e222ea2913cddcbae1c075bf6b270cdaae71d3 /version_info.c
parent3e8cd90eb194c6f6cd5185b9eccf69ded6091577 (diff)
Include strutil.h.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18942 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/version_info.c b/version_info.c
index 1bfeba4a37..7d07efc765 100644
--- a/version_info.c
+++ b/version_info.c
@@ -58,6 +58,7 @@
#include "version_info.h"
#include "capture-pcap-util.h"
+#include "epan/strutil.h"
#include "svnversion.h"
@@ -93,7 +94,7 @@ do_word_wrap(GString *str, gint point)
g_assert(str->str[point] == ' ');
str->str[point] = '\n';
}
-}
+}
/*
* If the string doesn't end with a newline, append one.
@@ -106,7 +107,7 @@ end_string(GString *str)
point = strlen(str->str);
if (point == 0 || str->str[point - 1] != '\n')
g_string_append(str, "\n");
-}
+}
/*
* Get various library compile-time versions and append them to