From kde-commits Mon Jan 28 10:19:31 2008 From: Marc Espie Date: Mon, 28 Jan 2008 10:19:31 +0000 To: kde-commits Subject: KDE/kdenetwork/kppp Message-Id: <1201515571.888490.18669.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120151557924024 SVN commit 767549 by espie: add require include files for OpenBSD. M +7 -0 pppstats.cpp --- trunk/KDE/kdenetwork/kppp/pppstats.cpp #767548:767549 @@ -92,6 +92,13 @@ #endif /* STREAMS */ +#if defined __OpenBSD__ + #include + #include + #include + #include +#endif + #include #include