diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 21:12:08 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 21:12:08 +0200 |
commit | 828f5ae7aa8ac1ec989c86db88d1f93bd402b3f2 (patch) | |
tree | 2c741ed25a001984ede853634b504ffc0a8e16a6 /lib/efl | |
parent | b1c2e29d4f3454c216c05d6a1673f4099c954e0b (diff) | |
download | ffi-efl-828f5ae7aa8ac1ec989c86db88d1f93bd402b3f2.zip ffi-efl-828f5ae7aa8ac1ec989c86db88d1f93bd402b3f2.tar.gz |
ecore_input require eina_list
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/native/ecore_input.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efl/native/ecore_input.rb b/lib/efl/native/ecore_input.rb index 131fc34..b1fbf8a 100644 --- a/lib/efl/native/ecore_input.rb +++ b/lib/efl/native/ecore_input.rb @@ -2,6 +2,7 @@ # -*- coding: UTF-8 -*- # require 'efl/native' +require 'efl/native/eina_list' # module Efl # |