HMCCU: new version

git-svn-id: https://svn.fhem.de/fhem/trunk@10977 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap
2016-03-02 16:28:42 +00:00
parent 584035f857
commit e0ec3a33b6

View File

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