]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_c/Maasha/src/inc/common.h
bipartite_scan now working
[biopieces.git] / code_c / Maasha / src / inc / common.h
index 3cfc15bf3c4c2f20735ffb586e2768382eed2acd..453e80d718677f4b524b74ef07f50965fae0011b 100644 (file)
@@ -10,6 +10,7 @@
 #include <errno.h>
 
 typedef unsigned char uchar;
+typedef unsigned short ushort;
 typedef char bool;
 
 #define TRUE 1