aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/about_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-21 10:32:12 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-21 17:33:05 +0000
commit43443af0acc93e47a145688171049af65eed762f (patch)
tree2e2dae2d9706981a43a1c6f2edd0f1e7771eaec3 /ui/gtk/about_dlg.c
parent37b903d7abab78a6f13b61feb88f62f2fa638151 (diff)
Move get_copyright_info() to wsutil.
Change-Id: I75c1c747cd2b4a9845c659636582d54b2caecf1a Reviewed-on: https://code.wireshark.org/review/2510 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/about_dlg.c')
-rw-r--r--ui/gtk/about_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/about_dlg.c b/ui/gtk/about_dlg.c
index 844c8f9cf9..904680e5d2 100644
--- a/ui/gtk/about_dlg.c
+++ b/ui/gtk/about_dlg.c
@@ -29,6 +29,7 @@
#include <wsutil/filesystem.h>
#include <wsutil/plugins.h>
+#include <wsutil/copyright_info.h>
#ifdef HAVE_LIBSMI
#include <epan/oids.h>
#endif