SVN commit 869681 by hasso: QStringList is needed in DragonFly as well (Qt is compiled in DragonFly with -platfrom freebsd-g++ due to lack of proper support). M +1 -0 usbdevices.h --- trunk/KDE/kdebase/apps/kinfocenter/usbview/usbdevices.h #869680:869681 @@ -16,6 +16,7 @@ #if defined(__DragonFly__) #include +#include #elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD) #include #include