]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/examples/libs/l4re/streammap/streammap.cfg
Update
[l4.git] / l4 / pkg / examples / libs / l4re / streammap / streammap.cfg
index be224a5be0fff83eb907f5dd29460d6ad2927e11..9f592ea642f0da47d7ecdf140ce55aab87dacc00 100644 (file)
@@ -1,7 +1,7 @@
 -- vim:set ft=lua:
 
 -- Include L4 functionality
-require("L4");
+local L4 = require("L4");
 
 -- Channel for the communication between the server and the client.
 local smap_channel = L4.default_loader:new_channel();