From 01d5f3ea4a9430c72498f4489a6c233957f609f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= <francois.andriot@free.fr>
Date: Sun, 12 Oct 2014 18:49:38 +0200
Subject: Fix FTBFS because missing header in twin utils

---
 twin/utils.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'twin/utils.cpp')

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>
-- 
cgit v1.2.1