libgloox Haiku buildfixes.
This commit is contained in:
parent
7a11cae117
commit
05633562d6
|
@ -10,6 +10,7 @@ local sources =
|
|||
adhoc.cpp
|
||||
amp.cpp
|
||||
annotations.cpp
|
||||
atomicrefcount.cpp
|
||||
attention.cpp
|
||||
base64.cpp
|
||||
bookmarkstorage.cpp
|
||||
|
|
|
@ -45,6 +45,10 @@
|
|||
# include <windns.h>
|
||||
#endif
|
||||
|
||||
#ifdef __HAIKU__
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#define SRV_COST (RRFIXEDSZ+0)
|
||||
#define SRV_WEIGHT (RRFIXEDSZ+2)
|
||||
#define SRV_PORT (RRFIXEDSZ+4)
|
||||
|
|
Ŝarĝante…
Reference in New Issue