diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-26 13:06:44 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-26 13:30:27 +0200 |
commit | 6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316 (patch) | |
tree | e1011946646ff88f10c2c5b8a83e4292b700f5f7 /kopete/plugins | |
parent | 86e9e2420c147bf64ae64aafd2e75576dc40e7b6 (diff) | |
download | tdenetwork-6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316.tar.gz tdenetwork-6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ec6378cdd8ea847ecdd81f8976b5adf2551cef56)
Diffstat (limited to 'kopete/plugins')
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp index 75976df5..2902b350 100644 --- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp +++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp @@ -16,6 +16,7 @@ #include <arpa/inet.h> #include <netdb.h> +#include <sys/socket.h> #include <tqradiobutton.h> |