From 63ebee22dd28b26ba137d4f12fbf15d438317b59 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Mon, 21 Jul 2014 13:29:54 +0100 Subject: [PATCH] Add missing require. --- red/library.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/red/library.js b/red/library.js index 92f79302f..4c3f57b3f 100644 --- a/red/library.js +++ b/red/library.js @@ -14,6 +14,8 @@ * limitations under the License. **/ +var util = require("util"); + var redApp = null; var storage = null;