Index: sources/storage/storageglobals.cpp =================================================================== diff -u -rfeb3423b373dc2a2c4267ef9fcb4d924d738423d -r5e78f0799b46963feb5756decb1a27b952cd19b3 --- sources/storage/storageglobals.cpp (.../storageglobals.cpp) (revision feb3423b373dc2a2c4267ef9fcb4d924d738423d) +++ sources/storage/storageglobals.cpp (.../storageglobals.cpp) (revision 5e78f0799b46963feb5756decb1a27b952cd19b3) @@ -12,7 +12,13 @@ * */ +#include "storageglobals.h" + namespace Storage { + + //QThread _Logger_Thread; + QThread _USBWatcher_Thread; + // USB const char *USB_Mount_Point = "/media/usb/"; const char *USB_File_System = "vfat";