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

List:       kde-commits
Subject:    KDE/kdenetwork/kppp
From:       Philip Rodrigues <phil () kde ! org>
Date:       2007-05-27 16:40:13
Message-ID: 1180284013.220776.1366.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 668784 by philrod:

Do the conditional includes in a nicer way (with Q_OS_FREEBSD) and include \
sys/types.h just in case, thanks to  feedback from thiago


 M  +2 -1      pppstats.h  


--- trunk/KDE/kdenetwork/kppp/pppstats.h #668783:668784
@@ -30,7 +30,8 @@
 #include "kpppconfig.h"
 #include <qobject.h>
 
-#ifdef __FreeBSD__
+#ifdef Q_OS_BSD4
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <net/if.h>
 #include <net/if_ppp.h>


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

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