HMCCU: new version

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10977 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap
2016-03-02 16:28:42 +00:00
parent d2aead9858
commit c68edfeda7

View File

@@ -1,5 +1,6 @@
package RPCQueue;
use strict;
use IO::File;
use Fcntl 'SEEK_END', 'SEEK_SET', 'O_CREAT', 'O_RDWR';