diff options
author | François Andriot <francois.andriot@free.fr> | 2014-10-12 18:49:38 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-10-12 18:50:09 +0200 |
commit | 01d5f3ea4a9430c72498f4489a6c233957f609f1 (patch) | |
tree | 5ff43253235c4de193f2552a200e3c0d1dfffd95 /twin/utils.cpp | |
parent | e12a6ff6f5b4b9e58e425cee7d8a5ca764e84a3e (diff) | |
download | tdebase-01d5f3ea4a9430c72498f4489a6c233957f609f1.tar.gz tdebase-01d5f3ea4a9430c72498f4489a6c233957f609f1.zip |
Fix FTBFS because missing header in twin utils
Diffstat (limited to 'twin/utils.cpp')
-rw-r--r-- | twin/utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/utils.cpp b/twin/utils.cpp index ddd5a3387..e7e5c7d32 100644 --- a/twin/utils.cpp +++ b/twin/utils.cpp @@ -21,6 +21,8 @@ License. See the file "COPYING" for the exact licensing terms. #include <string.h> #include <netdb.h> +#include <sys/socket.h> + #ifndef KCMRULES #include <tqapplication.h> |