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:19:50 +0200 |
commit | ec6378cdd8ea847ecdd81f8976b5adf2551cef56 (patch) | |
tree | 636dd1ce42232fcc6f6845a824a3faaa691ef4fa /kopete/plugins | |
parent | 82dd739ceb246c8d8d10faf03b1a2267d8352d16 (diff) | |
download | tdenetwork-ec6378cdd8ea847ecdd81f8976b5adf2551cef56.tar.gz tdenetwork-ec6378cdd8ea847ecdd81f8976b5adf2551cef56.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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> |