rcsim: use the neutrino socket everywhere

Origin commit data
------------------
Commit: 96c40d9bbd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)
This commit is contained in:
Stefan Seyfried
2016-01-09 20:17:23 +01:00
parent 514b6343d7
commit da77d69123

View File

@@ -36,6 +36,7 @@
#include <linux/input.h>
#include <error.h>
#if 0
/* if you want use HAVE_XX_HARDWARE, better include config.h :-) */
#include "config.h"
@@ -44,6 +45,8 @@
#elif defined (HAVE_COOL_HARDWARE)
#define EVENTDEV "/dev/input/input0"
#else
#endif
#else
/* dreambox and tripledragon do not use a "normal" input device, so we cannot
(ab-)use the event repeating function of it. use the neutrino socket instead. */
#include <sys/socket.h>