SVN commit 870811 by hasso: Fix compile on DragonFly BSD. M +8 -0 pppstats.h --- trunk/KDE/kdenetwork/kppp/pppstats.h #870810:870811 @@ -33,10 +33,18 @@ #ifdef Q_OS_BSD4 #include #include +#ifdef __DragonFly__ +#include +#else #include +#endif #include +#ifdef __DragonFly__ +#include +#else #include #endif +#endif class QTimer;