knxd: fix musl compatibility

Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
Othmar Truniger
2015-06-27 21:49:25 +02:00
parent 474a5bf795
commit 77cee81ca0
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
--- a/src/examples/common.h 2015-06-27 15:20:15.266563893 +0200
+++ b/src/examples/common.h 2015-06-27 15:23:09.406457392 +0200
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
+#include <sys/select.h>
#include "eibclient.h"
/** unsigned char*/