diff options
author | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2013-12-05 15:06:21 +0000 |
---|---|---|
committer | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2013-12-05 15:06:21 +0000 |
commit | f251011478ac538869216f25bd5084dd298d26df (patch) | |
tree | 43311557311f7159b694fcf6c6d0c0035f8bbc55 /ui/gtk/gui_stat_menu.h | |
parent | eb85d08557623ae5d4a932e9b8463b0b8411fff9 (diff) | |
download | wireshark-f251011478ac538869216f25bd5084dd298d26df.tar.gz wireshark-f251011478ac538869216f25bd5084dd298d26df.tar.bz2 wireshark-f251011478ac538869216f25bd5084dd298d26df.zip |
Include epan/conv_id.h - some of the buildbot machines have errors without it
svn path=/trunk/; revision=53798
Diffstat (limited to 'ui/gtk/gui_stat_menu.h')
-rw-r--r-- | ui/gtk/gui_stat_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/gui_stat_menu.h b/ui/gtk/gui_stat_menu.h index b7c62e1925..22ab640fc8 100644 --- a/ui/gtk/gui_stat_menu.h +++ b/ui/gtk/gui_stat_menu.h @@ -26,6 +26,7 @@ #define __GTK_STAT_MENU_H__ #include <epan/proto.h> +#include <epan/conv_id.h> #ifdef __cplusplus extern "C" { |