mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / Solaris.cc
diff --git a/src/org/ibex/plat/Solaris.cc b/src/org/ibex/plat/Solaris.cc
new file mode 100644 (file)
index 0000000..167635d
--- /dev/null
@@ -0,0 +1,6 @@
+#include <sys/int_types.h>
+
+// HACK
+typedef unsigned long long uint64_t;
+
+#include "X11.cc"