2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 10:46:53 +00:00

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 9fc31fdc69
commit 2e5ed875ff

View File

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