diff options
author | Stefan Schallenberg <infos@nafets.de> | 2013-09-11 21:35:53 +0200 |
---|---|---|
committer | Stefan Schallenberg <infos@nafets.de> | 2013-09-11 21:35:53 +0200 |
commit | 0b8bf3d58c09daa4ef7ec5bc9e02efad001af097 (patch) | |
tree | e34c72b20e500ba9c7153a3b9872fe5d38f4d919 /clientcontrol.h | |
parent | f19e505e2c423b038787d3e63e62150eba328aa5 (diff) | |
download | vdr-plugin-ffnetdev-0b8bf3d58c09daa4ef7ec5bc9e02efad001af097.tar.gz vdr-plugin-ffnetdev-0b8bf3d58c09daa4ef7ec5bc9e02efad001af097.tar.bz2 |
migrated files from tools subdirectory in Main directory.
Corrected Handling of version-Number, now vdr -V shows it correct.
Diffstat (limited to 'clientcontrol.h')
-rw-r--r-- | clientcontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientcontrol.h b/clientcontrol.h index 89a3969..99fd4e6 100644 --- a/clientcontrol.h +++ b/clientcontrol.h @@ -10,7 +10,7 @@ #include <vdr/thread.h> -#include "tools/socket.h" +#include "tool_socket.h" #include "ffnetdev.h" enum CCPakType{ ptInfo=0, ptPlayState, ptPlayStateReq, ptStillPicture, ptFreeze }; |