blob: d7d9d787ad3907b12e6cf1291a2fdc31708d26ed (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/ui-util.c 2007-11-16 22:08:01.000000000 +0100
+++ src/ui-util.c.new 2009-05-09 11:34:59.000000000 +0200
@@ -18,6 +18,7 @@
#include "ui-util.h"
#include "FAfolderAnalyzer.h"
+#include "support.h"
extern GtkWidget *mainWindow;
gpointer getTVSelectedValue( int element ){
|