aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-08-17 23:35:45 +0000
committerGerald Combs <gerald@wireshark.org>2006-08-17 23:35:45 +0000
commit5e344f5d950aed6b583152bbf073b0889c21385b (patch)
tree86e222ea2913cddcbae1c075bf6b270cdaae71d3 /version_info.c
parenta870534df931949d36cc771dbf427c4d4cd0b237 (diff)
Include strutil.h.
svn path=/trunk/; revision=18942
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