Need old-gtk-compat.h for gtk_widget_get_window() in older versions of
authorGuy Harris <guy@alum.mit.edu>
Thu, 19 Jul 2012 23:08:18 +0000 (23:08 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 19 Jul 2012 23:08:18 +0000 (23:08 -0000)
GTK+.

svn path=/trunk/; revision=43838

ui/gtk/packet_list_store.c

index 5036b5d6aa9b5e3ec77d044d4cc5e46ad601638b..3bb86b33a26de11646b51a2dbf8364343abe0b21 100644 (file)
@@ -42,6 +42,8 @@
 #include "ui/progress_dlg.h"
 #include "ui/ui_util.h"
 
+#include "ui/gtk/old-gtk-compat.h"
+
 #include <epan/epan_dissect.h>
 #include <epan/column_info.h>
 #include <epan/column.h>