summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-12 18:49:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-12 18:50:09 +0200
commit01d5f3ea4a9430c72498f4489a6c233957f609f1 (patch)
tree5ff43253235c4de193f2552a200e3c0d1dfffd95 /twin
parente12a6ff6f5b4b9e58e425cee7d8a5ca764e84a3e (diff)
downloadtdebase-01d5f3ea4a9430c72498f4489a6c233957f609f1.tar.gz
tdebase-01d5f3ea4a9430c72498f4489a6c233957f609f1.zip
Fix FTBFS because missing header in twin utils
Diffstat (limited to 'twin')
-rw-r--r--twin/utils.cpp2
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>