aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gui_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/gui_utils.c')
-rw-r--r--ui/gtk/gui_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/gui_utils.c b/ui/gtk/gui_utils.c
index 2054dd95ff..87740f6eaf 100644
--- a/ui/gtk/gui_utils.c
+++ b/ui/gtk/gui_utils.c
@@ -1,7 +1,7 @@
/* gui_utils.c
* UI utility routines, some GTK+-specific (declared in gtk/gui_utils.h)
* and some with GUI-independent APIs, with this file containing the GTK+
- * implementations of them (declared in ui_util.h)
+ * implementations of them (declared in ws_ui_util.h)
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -42,7 +42,7 @@
#include "../../globals.h"
#include "ui/recent.h"
-#include "ui/ui_util.h"
+#include "ui/ws_ui_util.h"
#include <wsutil/file_util.h>