From b7f5b23dc09c09c8ac41fd2c2c6864c931c811e0 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Mon, 31 Oct 2016 13:53:33 +0700
Subject: [PATCH] require http buat set global options

---
 xmlout.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xmlout.js b/xmlout.js
index 481f355..6fd981a 100644
--- a/xmlout.js
+++ b/xmlout.js
@@ -1,3 +1,4 @@
+var http = require('http');
 var xmlrpc = require('xmlrpc');
 var url = require('url');
 var math = require('mathjs');
-- 
1.9.0