From bcf2a6c47e12d8e8eac0490278d5d3a9d1d23301 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 8 Nov 2008 20:07:06 +0000 Subject: LinKNX is a backend for controlling a KNX/EIB home and building automation system. It connects to eibd which is part of the BCU SDK and keeps state of KNX devices such as lamps, window blinds, heating and so on. Furthermore it provides a powerful, rule-based event after treatment, e.g. for switching other KNX devices, sending e-mail or SMS or executing a shell command. You can configure and control the LinKNX daemon using an XML-style protocol via TCP network socket or Unix domain socket. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WWW: http://linknx.sourceforge.net/ PR: ports/128320 Submitted by: Björn König --- net/linknx/files/patch-src_eibclient.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/linknx/files/patch-src_eibclient.c (limited to 'net/linknx/files/patch-src_eibclient.c') diff --git a/net/linknx/files/patch-src_eibclient.c b/net/linknx/files/patch-src_eibclient.c new file mode 100644 index 000000000000..76cb3c076bc8 --- /dev/null +++ b/net/linknx/files/patch-src_eibclient.c @@ -0,0 +1,10 @@ +--- src/eibclient.c.orig 2007-12-29 22:23:06.000000000 +0100 ++++ src/eibclient.c 2008-10-23 20:15:56.000000000 +0200 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + #include "config.h" + -- cgit v1.2.3