WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / RNAforester / src / types.h
diff --git a/binaries/src/ViennaRNA/RNAforester/src/types.h b/binaries/src/ViennaRNA/RNAforester/src/types.h
new file mode 100644 (file)
index 0000000..6cac73e
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _TYPES_H_
+#define _TYPES_H_
+
+typedef unsigned int Uint;
+typedef unsigned long Ulong;
+
+#endif