SVN commit 490117 by adridg:

Need sys/types for in.h on FreeBSD 4.X.

Thanks for the patch to the most lanolinine ovidious [EMAIL PROTECTED]
for doing awful drudge work like compiling KDE on legacy systems
in the name of providing long-life support for a release.

CCMAIL: [EMAIL PROTECTED]


 M  +5 -0      s5b.cpp  


--- 
branches/KDE/3.5/kdenetwork/kopete/protocols/jabber/libiris/iris/jabber/s5b.cpp 
#490116:490117
@@ -18,6 +18,8 @@
  *
  */
 
+#include <config.h>
+
 #include"s5b.h"
 
 #include<qtimer.h>
@@ -32,6 +34,9 @@
 #ifdef Q_OS_WIN
 # include <windows.h>
 #else
+# ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+# endif
 # include <netinet/in.h>
 #endif
 
_______________________________________________
kde-freebsd mailing list
kde-freebsd@freebsd.kde.org
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to