diff options
Diffstat (limited to 'jsonrpc/request.esp')
-rw-r--r-- | jsonrpc/request.esp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jsonrpc/request.esp b/jsonrpc/request.esp index d58a00069c..984ee4663e 100644 --- a/jsonrpc/request.esp +++ b/jsonrpc/request.esp @@ -13,8 +13,10 @@ * This is a simple JSON-RPC server. */ -/* Bring in the date class */ +/* Bring in the json format/parse functions */ jsonrpc_include("json.esp"); + +/* Bring in the date class */ jsonrpc_include("jsondate.esp"); /* bring the string functions into the global frame */ |