From ae5b6c997caeaaa184ff3ff39e8f24872ab833e8 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Mon, 20 Aug 2007 20:02:01 +0200 Subject: [PATCH] Explicitly require the 'evas' module. --- bin/euphoria | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2