From kde-commits Mon Oct 13 10:32:17 2008 From: Hasso Tepper Date: Mon, 13 Oct 2008 10:32:17 +0000 To: kde-commits Subject: KDE/kdenetwork/kppp Message-Id: <1223893937.344089.26622.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122389394605595 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;