[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kppp
From:       Hasso Tepper <hasso () kde ! org>
Date:       2008-10-13 10:32:17
Message-ID: 1223893937.344089.26622.nullmailer () svn ! kde ! org
[Download RAW message or body]

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 <sys/types.h>
 #include <sys/socket.h>
+#ifdef __DragonFly__
+#include <net/ppp_layer/ppp_defs.h>
+#else
 #include <net/ppp_defs.h>
+#endif
 #include <net/if.h>
+#ifdef __DragonFly__
+#include <net/ppp/if_ppp.h>
+#else
 #include <net/if_ppp.h>
 #endif
+#endif
 
 class QTimer;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic