blob: e8a9aa59706bfc90fd28e676a0ec2870d4b415e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- src/QXmppSrvInfo.h.orig 2012-01-07 19:34:05.556368712 +0000
+++ src/QXmppSrvInfo.h 2012-01-07 19:34:38.676876486 +0000
@@ -27,6 +27,13 @@
#include <QList>
#include <QString>
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <netinet/ip.h>
+#endif
+
class QObject;
class QXmppSrvInfoPrivate;
class QXmppSrvRecordPrivate;
|