aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/fs.h')
-rw-r--r--src/plugins/fs/fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/fs/fs.h b/src/plugins/fs/fs.h
index 0cba8086..efe5d0eb 100644
--- a/src/plugins/fs/fs.h
+++ b/src/plugins/fs/fs.h
@@ -29,6 +29,7 @@
29 29
30#include <GNUnet/gnunet_ecrs_lib.h> 30#include <GNUnet/gnunet_ecrs_lib.h>
31#include <GNUnet/gnunet_fsui_lib.h> 31#include <GNUnet/gnunet_fsui_lib.h>
32#include <GNUnet/gnunet_uritrack_lib.h>
32#include "gnunetgtk_common.h" 33#include "gnunetgtk_common.h"
33 34
34/** 35/**
@@ -316,4 +317,7 @@ extern GtkTreeStore * download_summary;
316 317
317extern GtkTreeStore * upload_summary; 318extern GtkTreeStore * upload_summary;
318 319
320const char * getColorCode(enum URITRACK_STATE state);
321
322
319#endif 323#endif