From: Tilman Sauerbeck Date: Mon, 20 Aug 2007 18:02:01 +0000 (+0200) Subject: Explicitly require the 'evas' module. X-Git-Url: http://git.code-monkey.de/?p=euphoria.git;a=commitdiff_plain;h=ae5b6c997caeaaa184ff3ff39e8f24872ab833e8 Explicitly require the 'evas' module. --- diff --git a/bin/euphoria b/bin/euphoria index c1f28b3..d2ad38f 100644 --- a/bin/euphoria +++ b/bin/euphoria @@ -2,6 +2,7 @@ require "ecore" require "ecore_x" +require "evas" require "ecore_evas" require "edje" require "esmart"