diff options
author | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2015-01-02 00:15:40 +0000 |
---|---|---|
committer | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2015-01-02 00:18:49 +0000 |
commit | 1c14f5b9fa5093b53d64a3d2c59a22bd06b75f83 (patch) | |
tree | 2add2fee2b60a6443744fc2535fbf552a172ed71 | |
parent | 860cb393d86fccd01c924b6ea2e565be8ca56698 (diff) | |
download | wireshark-1c14f5b9fa5093b53d64a3d2c59a22bd06b75f83.tar.gz wireshark-1c14f5b9fa5093b53d64a3d2c59a22bd06b75f83.tar.bz2 wireshark-1c14f5b9fa5093b53d64a3d2c59a22bd06b75f83.zip |
Restore inclusion of gui_utils.h to pixmap_save.c
Change-Id: Ied83d36d8f56f8dc1550ff5ae68bc2b61ea6f1b6
Reviewed-on: https://code.wireshark.org/review/6214
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
-rw-r--r-- | ui/gtk/pixmap_save.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/pixmap_save.c b/ui/gtk/pixmap_save.c index 10ff3a820a..9309d266fb 100644 --- a/ui/gtk/pixmap_save.c +++ b/ui/gtk/pixmap_save.c @@ -35,6 +35,7 @@ #include "ui/gtk/pixmap_save.h" #include "ui/gtk/file_dlg.h" +#include "ui/gtk/gui_utils.h" #if GTK_CHECK_VERSION(2,22,0) #if !GTK_CHECK_VERSION(3,0,0) |