[re]-merged in Brians stuff
[org.ibex.core.git] / src / org / ibex / plat / Linux.java
index 9ece3af..5e5ebb3 100644 (file)
@@ -1,10 +1,14 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.ibex.plat;
 
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
+
 /** Linux with an X11 display */
 public class Linux extends X11 {
 
-    public static void main(String[] args) throws Exception { org.ibex.Main.main(args); }
+    public static void main(String[] args) throws Exception { org.ibex.core.Main.main(args); }
     private native void fixEnvironment();
 
     public Linux() {